Package io.vertx.up.uca.serialization
Class NumericSaber
- java.lang.Object
-
- io.vertx.up.uca.serialization.BaseSaber
-
- io.vertx.up.uca.serialization.NumericSaber
-
- All Implemented Interfaces:
Saber
- Direct Known Subclasses:
IntegerSaber,LongSaber,ShortSaber
public abstract class NumericSaber extends BaseSaber
Int, Long, Short
-
-
Constructor Summary
Constructors Constructor Description NumericSaber()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectfrom(Class<?> paramType, String literal)String to objectprotected abstract <T> Function<String,T>getFun()protected abstract booleanisValid(Class<?> paramType)
-