Class MapPropertiesDelegate

    • Constructor Detail

      • MapPropertiesDelegate

        public MapPropertiesDelegate()
        Create new map-based properties delegate.
      • MapPropertiesDelegate

        public MapPropertiesDelegate​(Map<String,​Object> store)
        Create new map-based properties delegate.
        Parameters:
        store - backing property store.
      • MapPropertiesDelegate

        public MapPropertiesDelegate​(PropertiesDelegate that)
        Initialize new map-based properties delegate from another delegate.
        Parameters:
        that - original properties delegate.