Class ActionResolver

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

public class ActionResolver extends com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
  • Method Details

    • init

      public ActionResolver init(ClassLoader cl)
    • getInstance

      public static ActionResolver getInstance()
    • toId

      public String toId(Class<?> aClass)
    • fromId

      public Class<? extends Action> fromId(String id) throws IOException
      Throws:
      IOException
    • 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
    • setTypeFactory

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