Annotation Interface DocumentValueIgnore
Annotation to indicate that the annotated field or type should be ignored during tree serialisation or
deserialization. While this annotation should be supported by all document type implementations, there is no
guarantee that this is the case.
- Since:
- 4.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRepresents the possible document serialisation directions. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionGet the serialisation direction(s) when the field should be ignored.
-
Element Details
-
value
Get the serialisation direction(s) when the field should be ignored. This value defaults to both directions, meaning that the field is neither serialized nor deserialized.- Returns:
- the serialisation direction(s) when the field should be ignored.
- Default:
{SERIALIZE, DESERIALIZE}
-