Modifier and Type | Method and Description |
---|---|
static PropertyAccessor |
PropertyAccessor.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static JsonAutoDetect.Value |
JsonAutoDetect.Value.construct(PropertyAccessor acc,
JsonAutoDetect.Visibility visibility)
Factory method for cnstructing instance with visibility of specified accessor
(or, in case of
ALL , all of them) set as specified; and the
rest (if any) set as JsonAutoDetect.Visibility.DEFAULT ). |
Copyright © 2008–2018 FasterXML. All rights reserved.