| Interface | Description |
|---|---|
| DefaultsGenerator |
An implementation of this interface will allow for the generation/calculation of default values for those situations
where such values are dependent on other values in the running system.
|
| Class | Description |
|---|---|
| Default.NoopDefaultsGenerator | |
| ParamMetadata | |
| RestMethodMetadata |
This class encapsulates the metadata for the specified REST resource method.
|
| RestModelMetadata | |
| RestResourceMetadata |
| Annotation Type | Description |
|---|---|
| AttributeReference |
Many, if not all,
RestModel instances will expose properties that mirror similarly-named properties on
ConfigBeans in another module. |
| Confidential | |
| CreateOnly | |
| Default | |
| DefaultBeanReference |
Often a REST model mirrors/wraps an mbean, descriptor bean or config bean.
|
| HelpText |
Any property for which help text needs to be specified should be marked with this annotation.
|
| Immutable | |
| LegalValues |
Used to indicate that a String model property can only contain a specific list of strings.
|
| ReadOnly |
An attribute not intended to be updated/set by the client should be marked read only to indicate that any value
passed to the server by the client will be ignored
|
| Units |
Used to indicate what units a scalar property has (e.g.
|
Copyright © 2019. All rights reserved.