Package org.apache.groovy.internal.util
Class ReevaluatingReference<T>
java.lang.Object
org.apache.groovy.internal.util.ReevaluatingReference<T>
This class represents a reference to the most actual incarnation of a Metaclass.
INTERNAL USE ONLY.
-
Constructor Summary
ConstructorDescriptionReevaluatingReference
(Class clazz, Supplier<T> valueSupplier, Function<T, SwitchPoint> validationSupplier) -
Method Summary
-
Constructor Details
-
ReevaluatingReference
-
-
Method Details
-
getPayload
-