Class 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.Field fieldFor​(groovy.lang.MetaProperty property)  
      static java.lang.reflect.Method getterFor​(groovy.lang.MetaProperty property)  
      static boolean isReadable​(groovy.lang.MetaProperty property)  
      static boolean isWriteable​(groovy.lang.MetaProperty property)  
      static java.lang.reflect.Member memberFor​(groovy.lang.MetaProperty property)  
      static java.lang.reflect.Method methodFor​(groovy.lang.MetaMethod method)  
      static java.lang.reflect.Method setterFor​(groovy.lang.MetaProperty property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MopUtil

        public MopUtil()
    • 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)