Uses of Enum
com.fasterxml.jackson.annotation.PropertyAccessor
-
Uses of PropertyAccessor in com.fasterxml.jackson.annotation
Subclasses with type arguments of type PropertyAccessor in com.fasterxml.jackson.annotationModifier and TypeClassDescriptionenumEnumeration used to define kinds of elements (called "property accessors") that annotations likeJsonAutoDetectapply to.Methods in com.fasterxml.jackson.annotation that return PropertyAccessorModifier and TypeMethodDescriptionstatic PropertyAccessorReturns the enum constant of this type with the specified name.static PropertyAccessor[]PropertyAccessor.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.annotation with parameters of type PropertyAccessorModifier and TypeMethodDescriptionstatic JsonAutoDetect.ValueJsonAutoDetect.Value.construct(PropertyAccessor acc, JsonAutoDetect.Visibility visibility) Factory method for constructing instance with visibility of specified accessor (or, in case ofALL, all of them) set as specified; and the rest (if any) set asJsonAutoDetect.Visibility.DEFAULT).