public interface PropertyAccessStrategy
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
Acts as a factory for PropertyAccess instances.
| Modifier and Type | Method and Description |
|---|---|
PropertyAccess |
buildPropertyAccess(Class containerJavaType,
String propertyName)
Build a PropertyAccess for the indicated property
|
PropertyAccess buildPropertyAccess(Class containerJavaType, String propertyName)
Build a PropertyAccess for the indicated property
containerJavaType - 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.