Class FactoryTypeModifier

java.lang.Object
com.fasterxml.jackson.databind.type.TypeModifier
overit.geocall.model.format.FactoryTypeModifier

public class FactoryTypeModifier extends TypeModifier
Class used for creating concrete JavaType instances, given various inputs.
  • Constructor Details

    • FactoryTypeModifier

      public FactoryTypeModifier()
  • Method Details

    • modifyType

      public JavaType modifyType(JavaType type, Type jdkType, TypeBindings context, TypeFactory typeFactory)
      Method that can change details of JavaType instances factory constructs.
      Specified by:
      modifyType in class TypeModifier
      Parameters:
      type - The JavaType
      jdkType - Not used
      context - Not used
      typeFactory - Not used
      Returns:
      The JavaType if can be changed