Uses of Class
com.fasterxml.jackson.annotation.JsonAutoDetect.Value
-
-
Uses of JsonAutoDetect.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonAutoDetect.Value Modifier and Type Field Description protected static JsonAutoDetect.Value
JsonAutoDetect.Value. DEFAULT
Default instance with baseline visibility checking: Only public fields visible Only public getters, is-getters visible All setters (regardless of access) visible Only public Creators visibleprotected static JsonAutoDetect.Value
JsonAutoDetect.Value. NO_OVERRIDES
Empty instance that specifies no overrides, that is, all visibility levels set asJsonAutoDetect.Visibility.DEFAULT
.Methods in com.fasterxml.jackson.annotation with parameters of type JsonAutoDetect.Value Modifier and Type Method Description private static boolean
JsonAutoDetect.Value. _equals(JsonAutoDetect.Value a, JsonAutoDetect.Value b)
static JsonAutoDetect.Value
JsonAutoDetect.Value. merge(JsonAutoDetect.Value base, JsonAutoDetect.Value overrides)
JsonAutoDetect.Value
JsonAutoDetect.Value. withOverrides(JsonAutoDetect.Value overrides)
-