java.lang.Object
ushiosan.jvm.internal.validators.UClassValidator
- Direct Known Subclasses:
UClass,UReflectionValidator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Class<?>[]classes that are not valid to obtain values of both properties and methodsprotected static final Class<?>[]Java primitive array typesprotected static final Class<?>[]Reference to the wrapper class for primitive types in arrays.protected static final Class<?>[]Java wrapped primitive types -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PRIMITIVE_WRAPPED_CLASSES
Java wrapped primitive types -
PRIMITIVE_ARRAY_CLASSES
Java primitive array types -
PRIMITIVE_ARRAY_INDIVIDUAL
Reference to the wrapper class for primitive types in arrays. -
INVALID_GET_TYPES
classes that are not valid to obtain values of both properties and methods
-
-
Constructor Details
-
UClassValidator
public UClassValidator()
-