Package net.sf.mmm.util.value.base

Contains the base-implementations of the value API.

See:
          Description

Class Summary
AbstractComposedValueConverter This is the abstract base implementation of the ComposedValueConverter interface.
AbstractGenericValueConverter<SOURCE> This is the abstract base implementation of the GenericValueConverter interface.
AbstractRecursiveValueConverter<SOURCE,TARGET> This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
AbstractSimpleValueConverter<SOURCE,TARGET> This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
AbstractValueConverter<SOURCE,TARGET> This is the abstract base-implementation of the ValueConverter interface.
AbstractValueValidator<V> This is the abstract-base implementation of the ValueValidator interface.
PojoValidatorDummy This is a dummy implementation of PojoValidator that accepts all objects as valid.
StringValueConverterImpl This is a utility class providing support for dealing with values (e.g. when reading configurations).
ValueValidatorNotNull This is an implementation of ValueValidator that validates that a given value is NOT null.
ValueValidatorNumberRange This is an implementation of ValueValidator that validates if a Number is in a specific range.
 

Package net.sf.mmm.util.value.base Description

Contains the base-implementations of the value API.

Value-Util Base

Here you will find the abstract base-implementations for the value converter framework.



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