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
ConstructorsModifierConstructorDescriptionprivateJacksonCompatibilityMode(String configName, JacksonCompatibilityMode.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionprotected JsonCreatorgetJsonCreator(Annotation[] annotations) protected JsonIgnoregetJsonIgnore(Annotation[] annotations) protected JsonPropertygetJsonProperty(Annotation[] annotations) protected JsonUnwrappergetJsonUnwrapper(Annotation[] annotations) protected JsonWrappergetJsonWrapper(Annotation[] annotations) Methods inherited from class Config
builder, configName, copyBuilder, createOmitValue, decodingMode, encodingMode, escapeUnicode, getAnnotation, getDecoderCacheKey, getEncoderCacheKey, indentionStep, omitDefaultValue, updateClassDescriptorMethods inherited from class EmptyExtension
canCreate, chooseImplementation, create, createDecoder, createEncoder
-
Constructor Details
-
JacksonCompatibilityMode
-
-
Method Details
-
getJsonIgnore
- Overrides:
getJsonIgnorein classConfig
-
getJsonProperty
- Overrides:
getJsonPropertyin classConfig
-
getJsonCreator
- Overrides:
getJsonCreatorin classConfig
-
getJsonUnwrapper
- Overrides:
getJsonUnwrapperin classConfig
-
getJsonWrapper
- Overrides:
getJsonWrapperin classConfig
-