Class JsonNullableTypeModifier


  • public class JsonNullableTypeModifier
    extends com.fasterxml.jackson.databind.type.TypeModifier
    • Constructor Detail

      • JsonNullableTypeModifier

        public JsonNullableTypeModifier()
    • Method Detail

      • modifyType

        public com.fasterxml.jackson.databind.JavaType modifyType​(com.fasterxml.jackson.databind.JavaType type,
                                                                  Type jdkType,
                                                                  com.fasterxml.jackson.databind.type.TypeBindings bindings,
                                                                  com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
        Specified by:
        modifyType in class com.fasterxml.jackson.databind.type.TypeModifier