Class IndexableType.IndexableTypeConverter

java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<IndexableType,String>
com.broadleafcommerce.search.api.type.IndexableType.IndexableTypeConverter
All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<IndexableType,String>
Enclosing class:
IndexableType

public static class IndexableType.IndexableTypeConverter extends com.fasterxml.jackson.databind.util.StdConverter<IndexableType,String>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter

    com.fasterxml.jackson.databind.util.Converter.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

    _findConverterType, getInputType, getOutputType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexableTypeConverter

      public IndexableTypeConverter()
  • Method Details