| Package | Description |
|---|---|
| org.apache.river.reggie |
Provides implementations of
ServiceRegistrar. |
| Modifier and Type | Method and Description |
|---|---|
static ClassMapper.EntryField[] |
ClassMapper.getFields(Class cls)
Returns public fields, in super to subclass order, sorted
alphabetically within a given class.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
EntryClass.computeHash(ClassMapper.EntryField[] fields)
Computes a SHA-1 digest from the hash of the superclass, if there
is a superclass, followed by the name of this class, followed by
the name and type for each field, if any, declared by this class and
ordered alphabetically by field name.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.