Class VavrTypeModifier


  • public class VavrTypeModifier
    extends com.fasterxml.jackson.databind.type.TypeModifier
    • 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

      • VavrTypeModifier

        public VavrTypeModifier()
    • 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