Class IntToDecimalConverter

java.lang.Object
ch.tocco.nice2.types.impl.conversions.AbstractDecimalConverter<Integer>
ch.tocco.nice2.types.impl.conversions.IntToDecimalConverter
All Implemented Interfaces:
Converter<Integer, BigDecimal>, ReversibleConverter<Integer, BigDecimal>

public class IntToDecimalConverter extends AbstractDecimalConverter<Integer>