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 © 2001-2022 Red Hat, Inc. All Rights Reserved.