Class BigDecimalValueChanger
- java.lang.Object
-
- com.java.pojo.internal.field.AbstractFieldValueChanger<BigDecimal>
-
- com.java.pojo.internal.field.math.BigDecimalValueChanger
-
public class BigDecimalValueChanger extends AbstractFieldValueChanger<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalValueChanger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canChange(Class<?> type)
protected BigDecimal
increaseValue(BigDecimal value, Class<?> type)
-
Methods inherited from class com.java.pojo.internal.field.AbstractFieldValueChanger
areDifferentValues, attachNext, changeFieldsValues, getGenericTypeClass, increaseValue
-
-
-
-
Method Detail
-
increaseValue
protected BigDecimal increaseValue(BigDecimal value, Class<?> type)
- Specified by:
increaseValue
in classAbstractFieldValueChanger<BigDecimal>
-
canChange
protected boolean canChange(Class<?> type)
- Specified by:
canChange
in classAbstractFieldValueChanger<BigDecimal>
-
-