Class MapAccessor

    • Constructor Detail

      • MapAccessor

        public MapAccessor​(String propertyName)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Accessor
        Returns property name.
        Specified by:
        getName in interface Accessor
      • getValue

        public Object getValue​(Object object)
        Description copied from interface: Accessor
        Returns a property value of an object without disturbing the object fault status.
        Specified by:
        getValue in interface Accessor
      • setValue

        public void setValue​(Object object,
                             Object newValue)
        Description copied from interface: Accessor
        Sets a property value of an object without disturbing the object fault status. Old value of the property is specified as a hint.
        Specified by:
        setValue in interface Accessor