Package io.vertx.up.uca.serialization
Class BigDecimalSaber
- java.lang.Object
-
- io.vertx.up.uca.serialization.BaseSaber
-
- io.vertx.up.uca.serialization.DecimalSaber
-
- io.vertx.up.uca.serialization.BigDecimalSaber
-
- All Implemented Interfaces:
Saber
public class BigDecimalSaber extends DecimalSaber
BigDecimal
-
-
Constructor Summary
Constructors Constructor Description BigDecimalSaber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Objectfrom(T input)T to objectprotected Function<String,BigDecimal>getFun()protected booleanisValid(Class<?> paramType)-
Methods inherited from class io.vertx.up.uca.serialization.DecimalSaber
from
-
-
-
-
Method Detail
-
isValid
protected boolean isValid(Class<?> paramType)
- Specified by:
isValidin classDecimalSaber
-
getFun
protected Function<String,BigDecimal> getFun()
- Specified by:
getFunin classDecimalSaber
-
-