Uses of Enum Class
com.fasterxml.jackson.annotation.PropertyAccessor
-
Uses of PropertyAccessor in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return PropertyAccessorModifier and TypeMethodDescriptionstatic PropertyAccessorReturns the enum constant of this class with the specified name.static PropertyAccessor[]PropertyAccessor.values()Returns an array containing the constants of this enum class, 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).