Class HostToSoftClass
java.lang.Object
net.thevpc.common.prs.softreflect.HostToSoftClass
- All Implemented Interfaces:
SoftClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intgetName()booleanbooleanvoidsetClassLoader(SoftClassLoader loader)
-
Constructor Details
-
HostToSoftClass
-
-
Method Details
-
getName
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceSoftClass
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein interfaceSoftClass
-
hasBeanConstructor
public boolean hasBeanConstructor()- Specified by:
hasBeanConstructorin interfaceSoftClass
-
getClassLoader
- Specified by:
getClassLoaderin interfaceSoftClass
-
setClassLoader
- Specified by:
setClassLoaderin interfaceSoftClass
-
getDeclaredFields
- Specified by:
getDeclaredFieldsin interfaceSoftClass
-
getDeclaredMethods
- Specified by:
getDeclaredMethodsin interfaceSoftClass
-
getInterfaces
- Specified by:
getInterfacesin interfaceSoftClass
-
getSuperclass
- Specified by:
getSuperclassin interfaceSoftClass
-
getAnnotations
- Specified by:
getAnnotationsin interfaceSoftClass
-