|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassType | |
---|---|
com.mymed.utils |
Uses of ClassType in com.mymed.utils |
---|
Methods in com.mymed.utils that return ClassType | |
---|---|
static ClassType |
ClassType.inferTpye(java.lang.Class<?> classType)
Infer the class type of the given, unknown, class |
static ClassType |
ClassType.inferType(java.lang.Object object)
Infer the class type of the given Object |
static ClassType |
ClassType.inferType(java.lang.reflect.Type type)
Infer the class type of the given, unknown, class |
static ClassType |
ClassType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClassType[] |
ClassType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.mymed.utils with parameters of type ClassType | |
---|---|
static java.lang.Object |
ClassType.objectFromClassType(ClassType classType,
byte[] arg)
Create an abject of the specified ClassType type |
static byte[] |
ClassType.objectToByteArray(ClassType classType,
java.lang.Object object)
Convert an object of the specified ClassType into a byte array |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |