Interface ClassDescriptor

    • Method Detail

      • getJavaClass

        java.lang.Class<?> getJavaClass()
        Returns the Java class represented by this descriptor.
        Returns:
        The Java class
      • getFields

        FieldDescriptor[] getFields()
        Returns a list of fields represented by this descriptor.
        Returns:
        A list of fields
      • getExtends

        ClassDescriptor getExtends()
        Returns the class descriptor of the class extended by this class.
        Returns:
        The extended class descriptor
      • getIdentity

        FieldDescriptor getIdentity()
        Returns the identity field, null if this class has no identity.
        Returns:
        The identity field