[Java] Class GroovyClassValueJava7<T>

  • org.codehaus.groovy.reflection.v7.GroovyClassValueJava7
All Implemented Interfaces and Traits:
GroovyClassValue
public class GroovyClassValueJava7
extends ClassValue

GroovyClassValue implementaion that simply delegates to Java 7's java.lang.ClassValue

See Also:
ClassValue
Parameters:

Constructor Summary

Constructors
Constructor and description
GroovyClassValueJava7 (ComputeValue<T> computeValue)

Methods Summary

Methods
Type Params Return Type Name and description
protected T computeValue(Class<?> type)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ClassValue remove, get, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public GroovyClassValueJava7(ComputeValue<T> computeValue)

Method Detail

@Override protected T computeValue(Class<?> type)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/reflection/v7/GroovyClassValueJava7.html