public class PropertyAccessMapImpl extends java.lang.Object implements PropertyAccess
Map.get(java.lang.Object) and Map.put(K, V)| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyAccessMapImpl.GetterImpl |
static class |
PropertyAccessMapImpl.SetterImpl |
| Constructor and Description |
|---|
PropertyAccessMapImpl(PropertyAccessStrategyMapImpl strategy,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Getter |
getGetter()
Obtain the delegate for getting values for the described persistent property
|
PropertyAccessStrategy |
getPropertyAccessStrategy()
Access to the PropertyAccessStrategy that created this PropertyAccess
|
Setter |
getSetter()
Obtain the delegate for setting values for the described persistent property
|
public PropertyAccessMapImpl(PropertyAccessStrategyMapImpl strategy, java.lang.String propertyName)
public PropertyAccessStrategy getPropertyAccessStrategy()
PropertyAccessgetPropertyAccessStrategy in interface PropertyAccesspublic Getter getGetter()
PropertyAccessgetGetter in interface PropertyAccesspublic Setter getSetter()
PropertyAccessgetSetter in interface PropertyAccessCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.