Package org.spockframework.util
Class MopUtil
- java.lang.Object
-
- org.spockframework.util.MopUtil
-
public abstract class MopUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MopUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.reflect.FieldfieldFor(groovy.lang.MetaProperty property)static java.lang.reflect.MethodgetterFor(groovy.lang.MetaProperty property)static booleanisReadable(groovy.lang.MetaProperty property)static booleanisWriteable(groovy.lang.MetaProperty property)static java.lang.reflect.MembermemberFor(groovy.lang.MetaProperty property)static java.lang.reflect.MethodmethodFor(groovy.lang.MetaMethod method)static java.lang.reflect.MethodsetterFor(groovy.lang.MetaProperty property)
-
-
-
Method Detail
-
methodFor
public static java.lang.reflect.Method methodFor(groovy.lang.MetaMethod method)
-
memberFor
public static java.lang.reflect.Member memberFor(groovy.lang.MetaProperty property)
-
fieldFor
public static java.lang.reflect.Field fieldFor(groovy.lang.MetaProperty property)
-
getterFor
public static java.lang.reflect.Method getterFor(groovy.lang.MetaProperty property)
-
setterFor
public static java.lang.reflect.Method setterFor(groovy.lang.MetaProperty property)
-
isReadable
public static boolean isReadable(groovy.lang.MetaProperty property)
-
isWriteable
public static boolean isWriteable(groovy.lang.MetaProperty property)
-
-