T
- public interface IPropertyReflectionAwareModel<T> extends IModel<T>
Modifier and Type | Method and Description |
---|---|
Field |
getPropertyField()
Returns the field of model property or null if the field doesn't exist.
|
Method |
getPropertyGetter()
Returns the getter method of model property or null if the method doesn't exist.
|
Method |
getPropertySetter()
Returns the setter method of model property or null if the method doesn't exist.
|
Field getPropertyField()
Method getPropertyGetter()
Method getPropertySetter()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.