public interface DfBeanDesc
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<?> |
getBeanClass() |
Field |
getField(String fieldName) |
int |
getFieldSize() |
Method |
getMethod(String methodName) |
Method |
getMethod(String methodName,
Class<?>[] paramTypes) |
Method |
getMethodNoException(String methodName) |
Method |
getMethodNoException(String methodName,
Class<?>[] paramTypes) |
Method[] |
getMethods(String methodName) |
DfPropertyDesc |
getPropertyDesc(String propertyName) |
int |
getPropertyDescSize() |
List<String> |
getProppertyNameList() |
boolean |
hasField(String fieldName) |
boolean |
hasMethod(String methodName) |
boolean |
hasPropertyDesc(String propertyName) |
Class<?> getBeanClass()
boolean hasPropertyDesc(String propertyName)
propertyName - The property name of the bean, case insensitive. (NotNull)DfPropertyDesc getPropertyDesc(String propertyName) throws DfBeanPropertyNotFoundException
propertyName - The property name of the bean, case insensitive. (NotNull)DfBeanPropertyNotFoundException - When the property is not found.int getPropertyDescSize()
boolean hasField(String fieldName)
Field getField(String fieldName) throws DfBeanFieldNotFoundException
int getFieldSize()
boolean hasMethod(String methodName)
Method getMethod(String methodName) throws DfBeanMethodNotFoundException
Method getMethod(String methodName, Class<?>[] paramTypes) throws DfBeanMethodNotFoundException
Method[] getMethods(String methodName) throws DfBeanMethodNotFoundException
Copyright © 2014–2015 The DBFlute Project. All rights reserved.