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
    Constructor
    Description
     
  • 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, addParser, addPrinter, 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

    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.converter.ConverterRegistry

    addConverter, addConverter, addConverter, addConverterFactory, removeConvertible
  • Constructor Details

    • ApplicationFormattingConversionService

      public ApplicationFormattingConversionService()