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

Packages that use GenericValueConverter
net.sf.mmm.util.context.api Provides the API for a generic context. 
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
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 GenericValueConverter in net.sf.mmm.util.context.api
 

Methods in net.sf.mmm.util.context.api with parameters of type GenericValueConverter
 MutableGenericContext GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 

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

Fields in net.sf.mmm.util.context.impl declared as GenericValueConverter
private  GenericValueConverter<Object> MutableGenericContextImpl.valueConverter
           
 

Methods in net.sf.mmm.util.context.impl with parameters of type GenericValueConverter
 MutableGenericContext GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          This method creates a new instance of a MutableGenericContext using the given MapFactory.
 

Constructors in net.sf.mmm.util.context.impl with parameters of type GenericValueConverter
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericContext parentContext, GenericValueConverter<Object> valueConverter)
          The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericValueConverter<Object> valueConverter)
          The constructor for a sub-context.
 

Uses of GenericValueConverter in net.sf.mmm.util.value.api
 

Subinterfaces of GenericValueConverter in net.sf.mmm.util.value.api
 interface ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
 interface StringValueConverter
          This is a sub-interface of GenericValueConverter for the most common value type String.
 

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

Classes in net.sf.mmm.util.value.base that implement GenericValueConverter
 class AbstractComposedValueConverter
          This is the abstract base implementation of the ComposedValueConverter interface.
 class AbstractGenericValueConverter<SOURCE>
          This is the abstract base implementation of the GenericValueConverter interface.
 class StringValueConverterImpl
          This is a utility class providing support for dealing with values (e.g. when reading configurations).
 

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

Classes in net.sf.mmm.util.value.impl that implement GenericValueConverter
 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.