public class PropertyAccessStrategyFieldImpl extends java.lang.Object implements PropertyAccessStrategy
| Modifier and Type | Field and Description |
|---|---|
static PropertyAccessStrategyFieldImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
PropertyAccessStrategyFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
PropertyAccess |
buildPropertyAccess(java.lang.Class containerJavaType,
java.lang.String propertyName)
Build a PropertyAccess for the indicated property
|
public static final PropertyAccessStrategyFieldImpl INSTANCE
public PropertyAccess buildPropertyAccess(java.lang.Class containerJavaType, java.lang.String propertyName)
PropertyAccessStrategybuildPropertyAccess in interface PropertyAccessStrategycontainerJavaType - The Java type that contains the property; may be null for non-pojo cases.propertyName - The property nameCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.