T - public class GroovyClassValueJava7<T> extends ClassValue<T> implements GroovyClassValue<T>
ClassValueGroovyClassValue.ComputeValue<T>| Constructor and Description | 
|---|
GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected T | 
computeValue(Class<?> type)  | 
get, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, removepublic GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)
protected T computeValue(Class<?> type)
computeValue in class ClassValue<T>