Uses of Interface
net.thevpc.common.prs.softreflect.SoftField
Packages that use SoftField
-
Uses of SoftField in net.thevpc.common.prs.softreflect
Classes in net.thevpc.common.prs.softreflect that implement SoftFieldMethods in net.thevpc.common.prs.softreflect that return SoftFieldModifier and TypeMethodDescriptionHostToSoftClass.getDeclaredFields()SoftClass.getDeclaredFields()SoftClassImpl.getDeclaredFields()Methods in net.thevpc.common.prs.softreflect that return types with arguments of type SoftFieldMethods in net.thevpc.common.prs.softreflect with parameters of type SoftFieldModifier and TypeMethodDescriptionbooleanvoidSoftClassImpl.setDeclaredFields(SoftField[] declaredFields) Method parameters in net.thevpc.common.prs.softreflect with type arguments of type SoftFieldModifier and TypeMethodDescriptionstatic voidSoftReflector.searchFields(SoftClass clz, List<SoftField> fieldsList, List<SoftMethod> methodsList, List<SoftClass> parentClasses, List<SoftClass> interfaces, SoftFieldFilter fieldsFilter, SoftMethodFilter methodsFilter, boolean deeperMethod) void