Class ValueType.ReceiverIntoList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.Object> list  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReceiverIntoList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String name, java.lang.Object value)  
      java.util.List<java.lang.Object> get()  
      • Methods inherited from class java.lang.Object

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

      • list

        private final java.util.List<java.lang.Object> list
    • Constructor Detail

      • ReceiverIntoList

        private ReceiverIntoList()
    • Method Detail

      • add

        public void add​(java.lang.String name,
                        java.lang.Object value)
        Specified by:
        add in interface ValueType.FieldReceiver
      • get

        public java.util.List<java.lang.Object> get()