public interface PropertyAccessStrategy
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)
containerJavaType - The Java type that contains the property; may be null for non-pojo cases.propertyName - The property nameCopyright © 2018 JBoss by Red Hat. All rights reserved.