Package io.appform.hope.core.utils
Interface RawTypeHandler<T>
-
public interface RawTypeHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThandleBoolean(boolean b)ThandleNumber(Number n)ThandleObject(Object o)ThandleString(String s)
-