Uses of Interface
com.fasterxml.jackson.annotation.JacksonAnnotationValue
-
-
Uses of JacksonAnnotationValue in com.fasterxml.jackson.annotation
Classes in com.fasterxml.jackson.annotation that implement JacksonAnnotationValue Modifier and Type Class Description static class
JacksonInject.Value
Helper class used to contain information from a singleJacksonInject
annotation, as well as to provide possible overrides from non-annotation sources.static class
JsonAutoDetect.Value
Helper class used to contain information from a singleJsonIgnoreProperties
annotation, as well as to provide possible overrides from non-annotation sources.static class
JsonFormat.Value
Helper class used to contain information from a singleJsonFormat
annotation.static class
JsonIgnoreProperties.Value
Helper class used to contain information from a singleJsonIgnoreProperties
annotation, as well as to provide possible overrides from non-annotation sources.static class
JsonInclude.Value
Helper class used to contain information from a singleJsonInclude
annotation.static class
JsonSetter.Value
Helper class used to contain information from a singleJsonSetter
annotation, as well as to provide possible overrides from non-annotation sources.
-