Class Jdk8TypeModifier

  • All Implemented Interfaces:
    java.io.Serializable

    public class Jdk8TypeModifier
    extends com.fasterxml.jackson.databind.type.TypeModifier
    implements java.io.Serializable
    We need to ensure `Optional` is a `ReferenceType`
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Jdk8TypeModifier

        public Jdk8TypeModifier()
    • 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:
        modifyType in class com.fasterxml.jackson.databind.type.TypeModifier