value API
.See: Description
Class | Description |
---|---|
AbstractComposedValueConverter |
This is the abstract base implementation of the
ComposedValueConverter interface. |
AbstractComposedValueConverterFactory |
This is the abstract base implementation of
ComposedValueConverterFactory . |
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. |
PojoPathPropertyAccessor<POJO,VALUE> |
This is an implementation of
PropertyAccessor using PojoPathNavigator (based on reflection). |
SimpleGenericValueConverterImpl |
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
|
SimpleValueConverterIdentity<V> |
This is an implementation of
SimpleValueConverter that returns the unmodified value (identity
conversion). |
StringValueConverterImpl |
This is the implementation of
StringValueConverter . |
ValueConverterIdentity<V> |
This is an implementation of
ValueConverter that returns the unmodified
value (identity conversion). |
value API
.
Copyright © 2001–2016 mmm-Team. All rights reserved.