Uses of Interface
net.thevpc.common.prs.softreflect.SoftClass
Packages that use SoftClass
-
Uses of SoftClass in net.thevpc.common.prs.softreflect
Classes in net.thevpc.common.prs.softreflect that implement SoftClassMethods in net.thevpc.common.prs.softreflect that return SoftClassModifier and TypeMethodDescriptionSoftClassBuilder.buildClass(InputStream stream) SoftClassBuilderASM.buildClass(InputStream stream) SoftMethod.getDeclaringClass()SoftMethodImpl.getDeclaringClass()Methods in net.thevpc.common.prs.softreflect that return types with arguments of type SoftClassModifier and TypeMethodDescriptionSoftClassInfo.getParentClasses()SoftClassInfo.getParentInterfaces()Methods in net.thevpc.common.prs.softreflect with parameters of type SoftClassModifier and TypeMethodDescriptionbooleanstatic SoftClassInfoSoftReflector.getClassInfo(SoftClass clz, SoftFieldFilter fieldsFilter, SoftMethodFilter methodsFilter, boolean findFields, boolean findMethods, boolean findParentClasses, boolean findInterfaces, boolean deeperMethod) static SoftClassInfoSoftReflector.getClassInfo(SoftClass clz, SoftFieldFilter fieldsFilter, SoftMethodFilter methodsFilter, int flags) static booleanSoftReflector.isAssignableFrom(SoftClass a, SoftClass b) static voidSoftReflector.searchFields(SoftClass clz, List<SoftField> fieldsList, List<SoftMethod> methodsList, List<SoftClass> parentClasses, List<SoftClass> interfaces, SoftFieldFilter fieldsFilter, SoftMethodFilter methodsFilter, boolean deeperMethod) voidSoftMethodImpl.setDeclaringClass(SoftClass declaringClass) voidMethod parameters in net.thevpc.common.prs.softreflect with type arguments of type SoftClassModifier and TypeMethodDescriptionvoidSoftClassInfo.setParentClasses(List<SoftClass> parentClasses) voidSoftClassInfo.setParentInterfaces(List<SoftClass> parentInterfaces) -
Uses of SoftClass in net.thevpc.common.prs.softreflect.classloader
Methods in net.thevpc.common.prs.softreflect.classloader that return SoftClass