Class GroovyClassValueJava7<T>
java.lang.Object
java.lang.ClassValue<T>
org.codehaus.groovy.reflection.v7.GroovyClassValueJava7<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
GroovyClassValue<T>
GroovyClassValue implementation that simply delegates to Java 7's java.lang.ClassValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.codehaus.groovy.reflection.GroovyClassValue
GroovyClassValue.ComputeValue<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.ClassValue
get, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.groovy.reflection.GroovyClassValue
get, remove
-
Constructor Details
-
GroovyClassValueJava7
-
-
Method Details
-
computeValue
- Specified by:
computeValue
in classClassValue<T>
-