cn.gtmap.estateplat.core.support.spring
类 ConversionService

java.lang.Object
  继承者 org.springframework.core.convert.support.GenericConversionService
      继承者 org.springframework.core.convert.support.DefaultConversionService
          继承者 cn.gtmap.estateplat.core.support.spring.ConversionService
所有已实现的接口:
org.springframework.beans.factory.InitializingBean, org.springframework.core.convert.ConversionService, org.springframework.core.convert.converter.ConverterRegistry, org.springframework.core.convert.support.ConfigurableConversionService

public class ConversionService
extends org.springframework.core.convert.support.DefaultConversionService
implements org.springframework.beans.factory.InitializingBean

.

版本:
V1.0, 14-7-1
作者:
yangxin

构造方法摘要
ConversionService()
           
 
方法摘要
 void afterPropertiesSet()
           
 void setConverters(Set<org.springframework.core.convert.converter.Converter> converters)
           
 
从类 org.springframework.core.convert.support.DefaultConversionService 继承的方法
addDefaultConverters
 
从类 org.springframework.core.convert.support.GenericConversionService 继承的方法
addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ConversionService

public ConversionService()
方法详细信息

setConverters

public void setConverters(Set<org.springframework.core.convert.converter.Converter> converters)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
指定者:
接口 org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
抛出:
Exception


Copyright © 2015–2022 cn.gtmap. All rights reserved.