Class SetterSlotFactory

  • All Implemented Interfaces:
    ISlotFactory

    public class SetterSlotFactory
    extends java.lang.Object
    implements ISlotFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ISlot create​(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • SetterSlotFactory

        public SetterSlotFactory()
    • Method Detail

      • create

        public ISlot create​(java.lang.Object owner,
                            java.lang.reflect.Type ownerType,
                            java.lang.String name)
        Specified by:
        create in interface ISlotFactory