Package org.apache.groovy.lang
Class GroovyObjectHelper
java.lang.Object
org.apache.groovy.lang.GroovyObjectHelper
Deprecated.
Helper for
GroovyObject
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<MethodHandles.Lookup>
lookup
(GroovyObject groovyObject) Deprecated.Get theMethodHandles.Lookup
instance of theGroovyObject
instance
-
Method Details
-
lookup
Deprecated.Get theMethodHandles.Lookup
instance of theGroovyObject
instance- Parameters:
groovyObject
- theGroovyObject
instance- Returns:
- the
MethodHandles.Lookup
instance - Since:
- 4.0.0
-