Class PluginManagerCache.ClassCache
java.lang.Object
net.thevpc.common.prs.plugin.PluginManagerCache.ClassCache
- All Implemented Interfaces:
Serializable
- Enclosing class:
PluginManagerCache
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddField(PluginManagerCache.FieldCache field, String annotationClass) voidaddMethod(String declaringClassName, String methodName, String[] paramClassNames, String annotationClass) voidaddMethod(PluginManagerCache.MethodCache methodCache, String annotationClass) getMethods(String annotationClass)
-
Constructor Details
-
ClassCache
public ClassCache()
-
-
Method Details
-
addField
-
addField
-
addMethod
-
addMethod
-
getFields
-
getMethods
-