Package org.nuxeo.ecm.core.schema.types
Class JavaTypes
- java.lang.Object
-
- org.nuxeo.ecm.core.schema.types.JavaTypes
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbind(Type type, Class<?> klass)static Class<?>getClass(Type type)static Class<?>getPrimitiveClass(Type type)static TypegetType(Class<?> klass)static booleanisComplex(Object object)static booleanisList(Object object)
-
-
-
Method Detail
-
getPrimitiveClass
public static Class<?> getPrimitiveClass(Type type)
-
-