Class PackageScanFieldIdResolver

java.lang.Object
org.cxbox.meta.ui.field.PackageScanFieldIdResolver
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsontype.TypeIdResolver

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

    • PackageScanFieldIdResolver

      public PackageScanFieldIdResolver()
  • Method Details

    • init

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

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

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

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

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

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

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