Interface SoftClass

All Known Implementing Classes:
HostToSoftClass, SoftClassImpl

public interface SoftClass
Author:
thevpc
  • Method Details

    • getName

      String getName()
    • getModifiers

      int getModifiers()
    • isInterface

      boolean isInterface()
    • getDeclaredFields

      SoftField[] getDeclaredFields()
    • getDeclaredMethods

      SoftMethod[] getDeclaredMethods()
    • getSuperclass

      String getSuperclass()
    • getInterfaces

      String[] getInterfaces()
    • hasBeanConstructor

      boolean hasBeanConstructor()
    • getClassLoader

      SoftClassLoader getClassLoader()
    • setClassLoader

      void setClassLoader(SoftClassLoader loader)
    • getAnnotations

      SoftAnnotation[] getAnnotations()