public class PropertyAccessStrategyChainedImpl extends Object implements PropertyAccessStrategy
Constructor and Description |
---|
PropertyAccessStrategyChainedImpl(PropertyAccessStrategy... chain) |
Modifier and Type | Method and Description |
---|---|
PropertyAccess |
buildPropertyAccess(Class containerJavaType,
String propertyName)
Build a PropertyAccess for the indicated property
|
public PropertyAccessStrategyChainedImpl(PropertyAccessStrategy... chain)
public PropertyAccess buildPropertyAccess(Class containerJavaType, String propertyName)
PropertyAccessStrategy
buildPropertyAccess
in interface PropertyAccessStrategy
containerJavaType
- The Java type that contains the property; may be null
for non-pojo cases.propertyName
- The property nameCopyright © 2019 JBoss by Red Hat. All rights reserved.