Package org.duracloud.syncui.config
Class ApplicationFormattingConversionService
java.lang.Object
org.springframework.core.convert.support.GenericConversionService
org.springframework.format.support.FormattingConversionService
org.springframework.format.support.DefaultFormattingConversionService
org.duracloud.syncui.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 -
Method Summary
Methods inherited from class org.springframework.format.support.DefaultFormattingConversionService
addDefaultFormattersMethods inherited from class org.springframework.format.support.FormattingConversionService
addFormatter, addFormatterForFieldAnnotation, addFormatterForFieldType, addFormatterForFieldType, addParser, addPrinter, setEmbeddedValueResolverMethods inherited from class org.springframework.core.convert.support.GenericConversionService
addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, 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.converter.ConverterRegistry
addConverter, addConverter, addConverter, addConverterFactory, removeConvertible
-
Constructor Details
-
ApplicationFormattingConversionService
public ApplicationFormattingConversionService()
-