Class SimpleResolver

java.lang.Object
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
io.atlasmap.v2.SimpleResolver
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsontype.TypeIdResolver

public class SimpleResolver extends com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
  • Field Details

  • Constructor Details

    • SimpleResolver

      public SimpleResolver()
  • Method Details

    • init

      public void init(com.fasterxml.jackson.databind.JavaType baseType)
      Specified by:
      init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      init in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • getMechanism

      public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
    • idFromValue

      public String idFromValue(Object value)
    • idFromValueAndType

      public String idFromValueAndType(Object value, Class<?> aClass)
    • idFromBaseType

      public String idFromBaseType()
      Specified by:
      idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      idFromBaseType in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • typeFromId

      public com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext databindContext, String id) throws IOException
      Specified by:
      typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      typeFromId in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
      Throws:
      IOException
    • getDescForKnownTypeIds

      public String getDescForKnownTypeIds()
      Specified by:
      getDescForKnownTypeIds in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
      Overrides:
      getDescForKnownTypeIds in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
    • setClassLoader

      public void setClassLoader(ClassLoader classLoader)
    • getClassLoader

      public ClassLoader getClassLoader()
    • setTypeFactory

      public void setTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory tf)