MapMetadata |
MemberMetadata.getMapMetadata() |
Accessor for the map details.
|
MapMetadata |
MemberMetadata.newMapMetadata() |
Method to define the map details (if the field/property is an map).
|
MapMetadata |
MapMetadata.setDependentKey(boolean val) |
Method to set whether the key is dependent.
|
MapMetadata |
MapMetadata.setDependentValue(boolean val) |
Method to set whether the value is dependent.
|
MapMetadata |
MapMetadata.setEmbeddedKey(boolean val) |
Method to set whether the key is embedded.
|
MapMetadata |
MapMetadata.setEmbeddedValue(boolean val) |
Method to set whether the value is embedded.
|
MapMetadata |
MapMetadata.setKeyType(String type) |
Method to set the name of the key type.
|
MapMetadata |
MapMetadata.setSerializedKey(boolean val) |
Method to set whether the key is serialised.
|
MapMetadata |
MapMetadata.setSerializedValue(boolean val) |
Method to set whether the value is serialised.
|
MapMetadata |
MapMetadata.setValueType(String type) |
Method to set the name of the value type.
|