public class BeanPropertyAccessStrategy extends AbstractMethodPropertyAccessStrategy
Constructor and Description |
---|
BeanPropertyAccessStrategy() |
Modifier and Type | Method and Description |
---|---|
protected int |
getPriority()
The priority of this strategy.
|
protected String |
getterName(String property)
Returns the name of the method that is used to access the property.
|
propertyFor
compareTo, getProperty, register, unregister
protected String getterName(String property)
AbstractMethodPropertyAccessStrategy
getterName
in class AbstractMethodPropertyAccessStrategy
property
- The property to accessprotected int getPriority()
PropertyAccessStrategy
getPriority
in class PropertyAccessStrategy
Integer.MAX_VALUE
being evaluated firstCopyright © 2010–2023. All rights reserved.