Class RangeTypeMapper<V extends Comparable<?>>

java.lang.Object
io.github.mmm.value.converter.AbstractTypeMapper<S,T>
io.github.mmm.value.converter.CompositeTypeMapper<io.github.mmm.base.range.Range<V>,V>
io.github.mmm.property.range.RangeTypeMapper<V>
Type Parameters:
V - type of the Range bounds.
All Implemented Interfaces:
TypeMapper<io.github.mmm.base.range.Range<V>,V>

public abstract class RangeTypeMapper<V extends Comparable<?>> extends CompositeTypeMapper<io.github.mmm.base.range.Range<V>,V>
Implementation of CompositeTypeMapper for Range. It will decompose the Range into its two bounds: min and max.
Since:
1.0.0