Package io.vertx.up.uca.serialization
Class DoubleSaber
- java.lang.Object
-
- io.vertx.up.uca.serialization.BaseSaber
-
- io.vertx.up.uca.serialization.DecimalSaber
-
- io.vertx.up.uca.serialization.DoubleSaber
-
- All Implemented Interfaces:
Saber
public class DoubleSaber extends DecimalSaber
Double type
-
-
Constructor Summary
Constructors Constructor Description DoubleSaber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<String,Double>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,Double> getFun()
- Specified by:
getFunin classDecimalSaber
-
-