Uses of Enum Class
com.fasterxml.jackson.annotation.JsonProperty.Access
Packages that use JsonProperty.Access
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of JsonProperty.Access in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonProperty.AccessModifier and TypeMethodDescriptionstatic JsonProperty.AccessReturns the enum constant of this class with the specified name.static JsonProperty.Access[]JsonProperty.Access.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonProperty.Access in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return JsonProperty.AccessModifier and TypeMethodDescriptionAnnotationIntrospector.findPropertyAccess(Annotated ann) Method for finding optional access definition for a property, annotated on one of its accessors. -
Uses of JsonProperty.Access in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return JsonProperty.AccessModifier and TypeMethodDescriptionPOJOPropertyBuilder.findAccess()AnnotationIntrospectorPair.findPropertyAccess(Annotated ann) JacksonAnnotationIntrospector.findPropertyAccess(Annotated m) POJOPropertyBuilder.removeNonVisible(boolean inferMutators) Deprecated.POJOPropertyBuilder.removeNonVisible(boolean inferMutators, POJOPropertiesCollector parent)