Class UClassValidator

java.lang.Object
ushiosan.jvm.internal.validators.UClassValidator
Direct Known Subclasses:
UClass, UReflectionValidator

public abstract class UClassValidator extends Object
  • Field Details

    • PRIMITIVE_WRAPPED_CLASSES

      protected static final Class<?>[] PRIMITIVE_WRAPPED_CLASSES
      Java wrapped primitive types
    • PRIMITIVE_ARRAY_CLASSES

      protected static final Class<?>[] PRIMITIVE_ARRAY_CLASSES
      Java primitive array types
    • PRIMITIVE_ARRAY_INDIVIDUAL

      protected static final Class<?>[] PRIMITIVE_ARRAY_INDIVIDUAL
      Reference to the wrapper class for primitive types in arrays.
    • INVALID_GET_TYPES

      protected static final Class<?>[] INVALID_GET_TYPES
      classes that are not valid to obtain values of both properties and methods
  • Constructor Details

    • UClassValidator

      public UClassValidator()