Uses of Interface
net.sf.mmm.util.value.api.ComposedValueConverter

Packages that use ComposedValueConverter
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Uses of ComposedValueConverter in net.sf.mmm.util.cli.base
 

Fields in net.sf.mmm.util.cli.base declared as ComposedValueConverter
private  ComposedValueConverter AbstractCliParserBuilder.converter
           
 

Methods in net.sf.mmm.util.cli.base that return ComposedValueConverter
 ComposedValueConverter AbstractCliParserBuilder.getConverter()
          
 ComposedValueConverter CliParserDependencies.getConverter()
           
 

Methods in net.sf.mmm.util.cli.base with parameters of type ComposedValueConverter
 void AbstractCliParserBuilder.setConverter(ComposedValueConverter converter)
           
 

Uses of ComposedValueConverter in net.sf.mmm.util.context.impl
 

Fields in net.sf.mmm.util.context.impl declared as ComposedValueConverter
private  ComposedValueConverter GenericContextFactoryImpl.composedValueConverter
           
 

Methods in net.sf.mmm.util.context.impl with parameters of type ComposedValueConverter
 void GenericContextFactoryImpl.setComposedValueConverter(ComposedValueConverter composedValueConverter)
           
 

Uses of ComposedValueConverter in net.sf.mmm.util.pojo.path.api
 

Methods in net.sf.mmm.util.pojo.path.api that return ComposedValueConverter
 ComposedValueConverter PojoPathContext.getAdditionalConverter()
          This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
 

Uses of ComposedValueConverter in net.sf.mmm.util.pojo.path.base
 

Fields in net.sf.mmm.util.pojo.path.base declared as ComposedValueConverter
private  ComposedValueConverter PojoPathContextBean.additionalConverter
           
private  ComposedValueConverter AbstractPojoPathNavigator.valueConverter
           
 

Methods in net.sf.mmm.util.pojo.path.base that return ComposedValueConverter
 ComposedValueConverter PojoPathContextBean.getAdditionalConverter()
          This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
protected  ComposedValueConverter AbstractPojoPathNavigator.getValueConverter()
          This method gets the ComposedValueConverter used by default to convert values that are NOT compatible.
 

Methods in net.sf.mmm.util.pojo.path.base with parameters of type ComposedValueConverter
 void PojoPathContextBean.setAdditionalConverter(ComposedValueConverter additionalConverter)
          This method sets the additional converter .
 void AbstractPojoPathNavigator.setValueConverter(ComposedValueConverter valueConverter)
          This method sets the value-converter used by default.
 

Uses of ComposedValueConverter in net.sf.mmm.util.value.base
 

Classes in net.sf.mmm.util.value.base that implement ComposedValueConverter
 class AbstractComposedValueConverter
          This is the abstract base implementation of the ComposedValueConverter interface.
 

Fields in net.sf.mmm.util.value.base declared as ComposedValueConverter
private  ComposedValueConverter AbstractRecursiveValueConverter.composedValueConverter
           
 

Methods in net.sf.mmm.util.value.base that return ComposedValueConverter
protected  ComposedValueConverter AbstractRecursiveValueConverter.getComposedValueConverter()
          This method gets the ComposedValueConverter owing this converter.
 

Methods in net.sf.mmm.util.value.base with parameters of type ComposedValueConverter
 void AbstractRecursiveValueConverter.setComposedValueConverter(ComposedValueConverter composedValueConverter)
          This method sets (injects) the composedValueConverter.
 

Uses of ComposedValueConverter in net.sf.mmm.util.value.impl
 

Classes in net.sf.mmm.util.value.impl that implement ComposedValueConverter
 class ComposedValueConverterImpl
          This is the implementation of the ComposedValueConverter interface.
 class DefaultComposedValueConverter
          This is a default ComposedValueConverter to be used without IoC-Container.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.