| Class | Description |
|---|---|
| MapfishParser |
This class parses json parameter objects into the parameter object taken by
MapLayerFactoryPlugin
instances and into ReflectiveAttribute value objects
Essentially it maps the keys in the json object to public fields in the object obtained from the
MapLayerFactoryPlugin.createParameter() method. |
| ParserUtils |
Utility method for getting and setting parameters on Processor Input and Output objects.
|
| Annotation Type | Description |
|---|---|
| CanSatisfyOneOf |
Indicates that the annotated field or can satisfy the
OneOf requirements or
can co-exist with that requirement. |
| HasDefaultValue |
Marks a Processor input parameter object setter method as being optional.
|
| OneOf |
Indicates that the annotated field or one of the others in the same OneOf group is required.
|
| Requires |
Indicates that if one field in a value/param object, then one or more other attributes are required.
|