Package cz.cvut.kbss.jsonld.annotation
Annotation Interface JsonLdProperty
Allows to configure serialization and deserialization behavior for an attribute annotated by this annotation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Specifies property access options. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAllows to configure serialization and deserialization access to the property.
-
Element Details
-
access
JsonLdProperty.Access accessAllows to configure serialization and deserialization access to the property.By default, the property is both serialized and deserialized. This can be restricted by making the property read-only or write-only.
- Returns:
- Type of access to annotated property
- Default:
- READ_WRITE
-