public class UniformPropertyAccessStrategy extends AbstractMethodPropertyAccessStrategy
myProperty
, it will use a method called myProperty()
;Constructor and Description |
---|
UniformPropertyAccessStrategy() |
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–2020. All rights reserved.