Class | Description |
---|---|
ConfigurableAdapter |
Converts the @Configurable annotation into a String,
else JAXB / JACKSON won't serialize it
|
ConfigurableAdapter.ConfigurableWrapper |
Actual serialized object
|
ConfigurableField |
Encapsulation of field name, value and its meta data.
|
NodeSourceConfiguration |
Object holding the current configuration of a node source.
|
PluginDescriptor |
A descriptor of pluggable policies and infrastructure manages.
|
Enum | Description |
---|---|
ConfigurableAdapter.ConfigurableValues |
Keep track of the possible values of the @Configurable annotation
|
Annotation Type | Description |
---|---|
Configurable |
Annotation for automatic GUI construction.
|