T - GroovyClassValue<T>public class GroovyClassValueJava7<T> extends ClassValue<T> implements GroovyClassValue<T>
ClassValueGroovyClassValue.ComputeValue<T>| Constructor | Description |
|---|---|
GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue) |
| Modifier and Type | Method | Description |
|---|---|---|
protected T |
computeValue(Class<?> type) |
get, removeget, removepublic GroovyClassValueJava7(GroovyClassValue.ComputeValue<T> computeValue)
protected T computeValue(Class<?> type)
computeValue in class ClassValue<T>