Package org.duracloud.account.config
Class ApplicationFormattingConversionService
- java.lang.Object
-
- org.springframework.core.convert.support.GenericConversionService
-
- org.springframework.format.support.FormattingConversionService
-
- org.springframework.format.support.DefaultFormattingConversionService
-
- org.duracloud.account.config.ApplicationFormattingConversionService
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.EmbeddedValueResolverAware,org.springframework.core.convert.ConversionService,org.springframework.core.convert.converter.ConverterRegistry,org.springframework.core.convert.support.ConfigurableConversionService,org.springframework.format.FormatterRegistry
public class ApplicationFormattingConversionService extends org.springframework.format.support.DefaultFormattingConversionService- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description ApplicationFormattingConversionService()
-
Method Summary
-
Methods inherited from class org.springframework.format.support.DefaultFormattingConversionService
addDefaultFormatters
-
Methods inherited from class org.springframework.format.support.FormattingConversionService
addFormatter, addFormatterForFieldAnnotation, addFormatterForFieldType, addFormatterForFieldType, setEmbeddedValueResolver
-
Methods inherited from class org.springframework.core.convert.support.GenericConversionService
addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toString
-
-