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