Class ObjectRecipe.MethodMember

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method setter  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodMember​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Type getType()  
      void setValue​(java.lang.Object instance, java.lang.Object value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • setter

        private final java.lang.reflect.Method setter
    • Constructor Detail

      • MethodMember

        public MethodMember​(java.lang.reflect.Method method)
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object instance,
                             java.lang.Object value)
                      throws java.lang.Exception
        Specified by:
        setValue in interface ObjectRecipe.Member
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object