Class MapAccessor

java.lang.Object
org.apache.cayenne.reflect.MapAccessor
All Implemented Interfaces:
Serializable, Accessor

public class MapAccessor extends Object implements Accessor
Since:
4.0
See Also:
  • Constructor Details

    • MapAccessor

      public MapAccessor(String propertyName)
  • Method Details

    • 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