[Java] Interface GroovyClassValue<T>

Abstraction for Java version dependent ClassValue implementations.

See Also:
ClassValue
Parameters:

Nested Class Summary

Nested classes
Modifiers Name Description
interface GroovyClassValue.ComputeValue

Methods Summary

Methods
Type Params Return Type Name and description
T get(Class<?> type)
void remove(Class<?> type)

Method Detail

public T get(Class<?> type)

public void remove(Class<?> type)

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