Package org.spockframework.util
Class MopUtil
java.lang.Object
org.spockframework.util.MopUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Field
fieldFor
(groovy.lang.MetaProperty property) static Method
getterFor
(groovy.lang.MetaProperty property) static boolean
isReadable
(groovy.lang.MetaProperty property) static boolean
isWriteable
(groovy.lang.MetaProperty property) static Member
memberFor
(groovy.lang.MetaProperty property) static Method
methodFor
(groovy.lang.MetaMethod method) static Method
setterFor
(groovy.lang.MetaProperty property)
-
Constructor Details
-
MopUtil
public MopUtil()
-
-
Method Details
-
methodFor
-
memberFor
-
fieldFor
-
getterFor
-
setterFor
-
isReadable
public static boolean isReadable(groovy.lang.MetaProperty property) -
isWriteable
public static boolean isWriteable(groovy.lang.MetaProperty property)
-