Package com.jsoniter.extra
Class JacksonCompatibilityMode
java.lang.Object
com.jsoniter.spi.EmptyExtension
com.jsoniter.spi.Config
com.jsoniter.extra.JacksonCompatibilityMode
- All Implemented Interfaces:
Extension
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
JacksonCompatibilityMode
(String configName, JacksonCompatibilityMode.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionprotected JsonCreator
getJsonCreator
(Annotation[] annotations) protected JsonIgnore
getJsonIgnore
(Annotation[] annotations) protected JsonProperty
getJsonProperty
(Annotation[] annotations) protected JsonUnwrapper
getJsonUnwrapper
(Annotation[] annotations) protected JsonWrapper
getJsonWrapper
(Annotation[] annotations) Methods inherited from class com.jsoniter.spi.Config
builder, configName, copyBuilder, createOmitValue, decodingMode, encodingMode, escapeUnicode, getAnnotation, getDecoderCacheKey, getEncoderCacheKey, indentionStep, omitDefaultValue, updateClassDescriptor
Methods inherited from class com.jsoniter.spi.EmptyExtension
canCreate, chooseImplementation, create, createDecoder, createEncoder
-
Constructor Details
-
JacksonCompatibilityMode
-
-
Method Details
-
getJsonIgnore
- Overrides:
getJsonIgnore
in classConfig
-
getJsonProperty
- Overrides:
getJsonProperty
in classConfig
-
getJsonCreator
- Overrides:
getJsonCreator
in classConfig
-
getJsonUnwrapper
- Overrides:
getJsonUnwrapper
in classConfig
-
getJsonWrapper
- Overrides:
getJsonWrapper
in classConfig
-