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>
 
 public class GroovyClassValueJava7<T> extends java.lang.ClassValue<T> implements GroovyClassValue<T> GroovyClassValue implementaion that simply delegates to Java 7's java.lang.ClassValue- See Also:
- ClassValue
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.codehaus.groovy.reflection.GroovyClassValueGroovyClassValue.ComputeValue<T>
 
- 
 - 
Constructor SummaryConstructors Constructor Description GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TcomputeValue(java.lang.Class<?> type)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.codehaus.groovy.reflection.GroovyClassValueget, remove
 
- 
 
- 
- 
- 
Constructor Detail- 
GroovyClassValueJava7public GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue) 
 
- 
 
-