| Interface | Description |
|---|---|
| CodeLookup<E extends java.lang.Enum<E> & CodeValuable> |
Enum type interface with overridable
CodeLookup.parseCode(java.lang.String) implementation. |
| CodeValuable |
Enum type interface for coherent String representation of an Enum literal.
|
| FieldId |
Id representing a value of the
FieldModel |
| FieldInfo |
Properties of a
FieldId, generated from the model java bean |
| FieldModel |
An model that maps
FieldId to values. |
| PathConstraint |
Constraints used to restrict a
FieldId path |
| TagId |
Tag used to decorate
FieldId |
| Class | Description |
|---|---|
| AbstractWrapper<M> |
Base class for Wrapper implementation.
|
| BaseFieldModel |
FieldModel implementation based on java.util.Map |
| CodeValuable.Helper | |
| FieldModels |
Utility methods for creating and manipulating
FieldModel. |
| Annotation Type | Description |
|---|---|
| FieldTransient |
A Field annotated with this annotation will not be serialized (client/server) and not persisted in the
persistent storage.
|
| Path |
Annotates an annotation used to annotate a bean property (attribute, getter or setter) with a
FieldId |