public class PropertyAccessMapImpl extends 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,
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, String propertyName)
public PropertyAccessStrategy getPropertyAccessStrategy()
PropertyAccess
getPropertyAccessStrategy
in interface PropertyAccess
public Getter getGetter()
PropertyAccess
getGetter
in interface PropertyAccess
public Setter getSetter()
PropertyAccess
getSetter
in interface PropertyAccess
Copyright © 2019 JBoss by Red Hat. All rights reserved.