Interface SoftClass
- All Known Implementing Classes:
HostToSoftClass, SoftClassImpl
public interface SoftClass
- Author:
- thevpc
-
Method Summary
Modifier and TypeMethodDescriptionString[]intgetName()booleanbooleanvoidsetClassLoader(SoftClassLoader loader)
-
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
-
getAnnotations
SoftAnnotation[] getAnnotations()
-