Package io.vertx.up.uca.serialization
Class IntegerSaber
- java.lang.Object
-
- io.vertx.up.uca.serialization.BaseSaber
-
- io.vertx.up.uca.serialization.NumericSaber
-
- io.vertx.up.uca.serialization.IntegerSaber
-
- All Implemented Interfaces:
Saber
public class IntegerSaber extends NumericSaber
Integer type
-
-
Constructor Summary
Constructors Constructor Description IntegerSaber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<String,Integer>getFun()protected booleanisValid(Class<?> paramType)-
Methods inherited from class io.vertx.up.uca.serialization.NumericSaber
from
-
-
-
-
Method Detail
-
isValid
protected boolean isValid(Class<?> paramType)
- Specified by:
isValidin classNumericSaber
-
getFun
protected Function<String,Integer> getFun()
- Specified by:
getFunin classNumericSaber
-
-