Class HppcModule.HppcTypeModifier

  • Enclosing class:
    HppcModule

    static class HppcModule.HppcTypeModifier
    extends com.fasterxml.jackson.databind.type.TypeModifier
    Ww need to ensure that parameterized ("generic") containers are recognized as Collection-/Map-like types, so that associated annotations are processed, and key/value types passed as expected.
    • 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

      • HppcTypeModifier

        HppcTypeModifier()
    • 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