java.lang.Object
io.ebeaninternal.server.type.TypeReflectHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasEnumClass(Type valueType) Return the enum class for this type taking into account wildcard type.static Class<?> getMapKeyType(Type genericType) Return the type of the map key.static Class<?>[]static TypegetValueType(Type collectionType) Return the value type of a collection type (list, set, map values).static booleanisEnumType(Type valueType) Return true if the type is an enum.
-
Constructor Details
-
TypeReflectHelper
public TypeReflectHelper()
-
-
Method Details
-
getParams
-
asEnumClass
Return the enum class for this type taking into account wildcard type. -
isEnumType
Return true if the type is an enum. -
getMapKeyType
Return the type of the map key. -
getValueType
Return the value type of a collection type (list, set, map values).
-