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