public interface PropertyMethodFinder
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Method |
findReadMethod(Class<?> beanType,
String propertyName,
Class<?> propertyType)
Find the read method for the property.
|
Method |
findWriteMethod(Class<?> beanType,
String propertyName,
Class<?> propertyType)
Find the write method for the property.
|
Method findReadMethod(Class<?> beanType, String propertyName, Class<?> propertyType)
beanType - The type of bean that declares the method. (NotNull)propertyName - The name of property to find the method. (NotNull)propertyType - The type of property. (NotNull)Method findWriteMethod(Class<?> beanType, String propertyName, Class<?> propertyType)
beanType - The type of bean that declares the method. (NotNull)propertyName - The name of property to find the method. (NotNull)propertyType - The type of property. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.