Class SoftClassImpl
java.lang.Object
net.thevpc.common.prs.softreflect.SoftClassImpl
- All Implemented Interfaces:
SoftClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intgetName()booleanbooleanbooleanvoidsetAnnotations(SoftAnnotation[] annotations) voidsetBeanConstructor(boolean beanConstructor) voidsetClassLoader(SoftClassLoader classLoader) voidsetDeclaredFields(SoftField[] declaredFields) voidsetDeclaredMethods(SoftMethod[] declaredMethods) voidsetInterface(boolean i) voidsetInterfaces(String[] interfaces) voidsetModifiers(int modifiers) voidvoidsetSuperclass(String superclass)
-
Constructor Details
-
SoftClassImpl
public SoftClassImpl()
-
-
Method Details
-
getAnnotations
- Specified by:
getAnnotationsin interfaceSoftClass
-
setAnnotations
-
isBeanConstructor
public boolean isBeanConstructor() -
setBeanConstructor
public void setBeanConstructor(boolean beanConstructor) -
getClassLoader
- Specified by:
getClassLoaderin interfaceSoftClass
-
setClassLoader
- Specified by:
setClassLoaderin interfaceSoftClass
-
getDeclaredFields
- Specified by:
getDeclaredFieldsin interfaceSoftClass
-
setDeclaredFields
-
getDeclaredMethods
- Specified by:
getDeclaredMethodsin interfaceSoftClass
-
setDeclaredMethods
-
getInterfaces
- Specified by:
getInterfacesin interfaceSoftClass
-
setInterfaces
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceSoftClass
-
setModifiers
public void setModifiers(int modifiers) -
getName
-
setName
-
getSuperclass
- Specified by:
getSuperclassin interfaceSoftClass
-
setSuperclass
-
hasBeanConstructor
public boolean hasBeanConstructor()- Specified by:
hasBeanConstructorin interfaceSoftClass
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein interfaceSoftClass
-
setInterface
public void setInterface(boolean i)
-