Enum | Description |
---|---|
SerdeConfig.CreatorMode |
Creator mode used when invoking the
Creator . |
SerdeConfig.SerInclude |
Include strategies for serialization.
|
SerdeConfig.Subtyped.DiscriminatorType | |
SerdeConfig.Subtyped.DiscriminatorValueKind |
Annotation Type | Description |
---|---|
SerdeConfig |
Meta-annotation with meta annotation members that different annotation
models can be bind to.
|
SerdeConfig.AnyGetter |
Internal metadata for a JSON any getter.
|
SerdeConfig.AnySetter |
Internal metadata for any setter.
|
SerdeConfig.BackRef |
Back reference.
|
SerdeConfig.Getter |
Internal metadata for a JSON getter.
|
SerdeConfig.Ignored |
Ignore handling meta annotation.
|
SerdeConfig.Ignored.Type | |
SerdeConfig.Included |
Include property meta annotation.
|
SerdeConfig.ManagedRef |
Managed reference.
|
SerdeConfig.Property |
For case where property is defined with no name.
|
SerdeConfig.PropertyOrder |
Used to store order information.
|
SerdeConfig.SerdeError |
Used to store errors.
|
SerdeConfig.SerValue |
Meta-annotation used to model the value used during serialization.
|
SerdeConfig.Setter |
Internal metadata for a setter.
|
SerdeConfig.Subtyped |
Meta annotations for subtyped mapping.
|
SerdeConfig.Subtyped.Subtype |
Meta annotation for a mapped subtype.
|
SerdeConfig.Unwrapped |
Internal metadata type for wrapped settings.
|