Class PropertySlot

  • All Implemented Interfaces:
    ISlot

    public class PropertySlot
    extends java.lang.Object
    implements ISlot
    • 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
    • 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