Class SetterLikeSlot

  • All Implemented Interfaces:
    ISlot

    public class SetterLikeSlot
    extends java.lang.Object
    implements ISlot
    • Constructor Summary

      Constructors 
      Constructor Description
      SetterLikeSlot​(java.lang.Object owner, java.lang.reflect.Type ownerType, groovy.lang.MetaMethod setterLikeMethod)  
    • Method Summary

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

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

      • SetterLikeSlot

        public SetterLikeSlot​(java.lang.Object owner,
                              java.lang.reflect.Type ownerType,
                              groovy.lang.MetaMethod setterLikeMethod)
    • Method Detail

      • getType

        public java.lang.reflect.Type getType()
        Specified by:
        getType in interface ISlot
      • write

        public void write​(java.lang.Object value)
        Specified by:
        write in interface ISlot