Class JsonNullableTypeModifier
- java.lang.Object
-
- com.fasterxml.jackson.databind.type.TypeModifier
-
- org.openapitools.jackson.nullable.JsonNullableTypeModifier
-
public class JsonNullableTypeModifier extends com.fasterxml.jackson.databind.type.TypeModifier
-
-
Constructor Summary
Constructors Constructor Description JsonNullableTypeModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JavaTypemodifyType(com.fasterxml.jackson.databind.JavaType type, Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings bindings, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
-
-
-
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:
modifyTypein classcom.fasterxml.jackson.databind.type.TypeModifier
-
-