Class ArtefactTypeIdResolver

java.lang.Object
step.core.artefacts.ArtefactTypeIdResolver
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsontype.TypeIdResolver

public class ArtefactTypeIdResolver extends Object implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver
  • Constructor Details

    • ArtefactTypeIdResolver

      public ArtefactTypeIdResolver()
  • Method Details

    • getMechanism

      public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
      Specified by:
      getMechanism in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • idFromBaseType

      public String idFromBaseType()
      Specified by:
      idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • idFromValue

      public String idFromValue(Object arg0)
      Specified by:
      idFromValue in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • idFromValueAndType

      public String idFromValueAndType(Object arg0, Class<?> arg1)
      Specified by:
      idFromValueAndType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • init

      public void init(com.fasterxml.jackson.databind.JavaType arg0)
      Specified by:
      init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • typeFromId

      public com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext arg0, String arg1)
      Specified by:
      typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
    • getDescForKnownTypeIds

      public String getDescForKnownTypeIds()
      Specified by:
      getDescForKnownTypeIds in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver