Class Jdk8TypeModifier
- java.lang.Object
-
- com.fasterxml.jackson.databind.type.TypeModifier
-
- com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier
-
- All Implemented Interfaces:
java.io.Serializable
public class Jdk8TypeModifier extends com.fasterxml.jackson.databind.type.TypeModifier implements java.io.SerializableWe need to ensure `Optional` is a `ReferenceType`- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Jdk8TypeModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JavaTypemodifyType(com.fasterxml.jackson.databind.JavaType type, java.lang.reflect.Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings bindings, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
modifyType
public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type, java.lang.reflect.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
-
-