Class PlacementServiceImpl

java.lang.Object
org.springframework.core.convert.support.GenericConversionService
org.springframework.core.convert.support.DefaultConversionService
org.springframework.content.commons.utils.PlacementServiceImpl
All Implemented Interfaces:
PlacementService, org.springframework.core.convert.ConversionService, org.springframework.core.convert.converter.ConverterRegistry, org.springframework.core.convert.support.ConfigurableConversionService

public class PlacementServiceImpl extends org.springframework.core.convert.support.DefaultConversionService implements PlacementService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <S, T> void
    addConverter(Class<S> sourceType, Class<T> targetType, org.springframework.core.convert.converter.Converter<? super S,? extends T> converter)
     
    void
    addConverter(org.springframework.core.convert.converter.Converter<?,?> converter)
     

    Methods inherited from class org.springframework.core.convert.support.DefaultConversionService

    addCollectionConverters, addDefaultConverters, getSharedInstance

    Methods inherited from class org.springframework.core.convert.support.GenericConversionService

    addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.core.convert.ConversionService

    canConvert, canConvert, convert, convert

    Methods inherited from interface org.springframework.core.convert.converter.ConverterRegistry

    addConverter, addConverterFactory, removeConvertible
  • Field Details

    • CONTENT_PROPERTY_INFO_GENERIC_PARAMETERS_MISSING_MESSAGE

      public static final String CONTENT_PROPERTY_INFO_GENERIC_PARAMETERS_MISSING_MESSAGE
  • Constructor Details

    • PlacementServiceImpl

      public PlacementServiceImpl()
  • Method Details

    • addConverter

      public void addConverter(org.springframework.core.convert.converter.Converter<?,?> converter)
      Specified by:
      addConverter in interface org.springframework.core.convert.converter.ConverterRegistry
      Overrides:
      addConverter in class org.springframework.core.convert.support.GenericConversionService
    • addConverter

      public <S, T> void addConverter(Class<S> sourceType, Class<T> targetType, org.springframework.core.convert.converter.Converter<? super S,? extends T> converter)
      Specified by:
      addConverter in interface org.springframework.core.convert.converter.ConverterRegistry
      Overrides:
      addConverter in class org.springframework.core.convert.support.GenericConversionService