[Java] Class AbstractExtensionMethodCache
- org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
public abstract class AbstractExtensionMethodCache extends Object
- Since:
- 3.0.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected abstract void |
addAdditionalClassesToScan(Set<Class> instanceExtClasses, Set<Class> staticExtClasses) | |
public Map<String, List<MethodNode>> |
get(ClassLoader loader) | |
protected abstract Predicate<MethodNode> |
getMethodFilter() | |
protected abstract Function<MethodNode, String> |
getMethodMapper() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
protected abstract void addAdditionalClassesToScan(Set<Class> instanceExtClasses, Set<Class> staticExtClasses)
public Map<String, List<MethodNode>> get(ClassLoader loader)
protected abstract Predicate<MethodNode> getMethodFilter()
protected abstract Function<MethodNode, String> getMethodMapper()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/stc/AbstractExtensionMethodCache.html