- org.codehaus.groovy.transform.stc.ExtensionMethodCache
-
public class ExtensionMethodCache
extends AbstractExtensionMethodCache
This class is used to make extension methods lookup faster. Basically, it will only
collect the list of extension methods (see ExtensionModule) if the list of
extension modules has changed. It avoids recomputing the whole list each time we perform
a method lookup.
-
-
Methods Summary
-
Inherited Methods Summary
-
-
Method Detail
-
protected void addAdditionalClassesToScan(Set<Class> instanceExtClasses, Set<Class> staticExtClasses)
-
protected String getDisablePropertyName()
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.