Class ConversionService

java.lang.Object
org.springframework.binding.convert.service.GenericConversionService
org.springframework.binding.convert.service.DefaultConversionService
org.duracloud.duradmin.binding.ConversionService
All Implemented Interfaces:
org.springframework.binding.convert.ConversionService

public class ConversionService extends org.springframework.binding.convert.service.DefaultConversionService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.springframework.binding.convert.service.DefaultConversionService

    addDefaultAliases

    Methods inherited from class org.springframework.binding.convert.service.GenericConversionService

    addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getDelegateConversionService, getParent, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConversionService

      public ConversionService()
  • Method Details

    • addDefaultConverters

      protected void addDefaultConverters()
      Overrides:
      addDefaultConverters in class org.springframework.binding.convert.service.DefaultConversionService