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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S,T> void addConverter(Class<S> sourceType, Class<T> targetType, org.springframework.core.convert.converter.Converter<? super S, ? extends T> converter) voidaddConverter(org.springframework.core.convert.converter.Converter<?, ?> converter) Methods inherited from class org.springframework.core.convert.support.DefaultConversionService
addCollectionConverters, addDefaultConverters, getSharedInstanceMethods inherited from class org.springframework.core.convert.support.GenericConversionService
addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.core.convert.ConversionService
canConvert, canConvert, convert, convert, convertMethods inherited from interface org.springframework.core.convert.converter.ConverterRegistry
addConverter, addConverterFactory, removeConvertible
-
Field Details
-
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:
addConverterin interfaceorg.springframework.core.convert.converter.ConverterRegistry- Overrides:
addConverterin classorg.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:
addConverterin interfaceorg.springframework.core.convert.converter.ConverterRegistry- Overrides:
addConverterin classorg.springframework.core.convert.support.GenericConversionService
-