|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanMethodInformation | |
|---|---|
| org.omnaest.utils.beans | |
| Uses of BeanMethodInformation in org.omnaest.utils.beans |
|---|
| Methods in org.omnaest.utils.beans that return BeanMethodInformation | |
|---|---|
static BeanMethodInformation |
BeanUtils.beanMethodInformation(Method method)
Returns a BeanMethodInformation object determined for the given Method. |
| Methods in org.omnaest.utils.beans that return types with arguments of type BeanMethodInformation | |
|---|---|
static Set<BeanMethodInformation> |
BeanUtils.beanMethodInformationSet(Class<?> clazz)
Returns a set of BeanMethodInformation instances for all methods of a given Class. |
static Map<String,BeanMethodInformation> |
BeanUtils.methodNameToBeanMethodInformationMap(Class<?> type)
Determines a Map with the referenced Method.getName()s as keys and the respective
BeanMethodInformation name. |
static Map<String,BeanMethodInformation> |
BeanUtils.methodNameToBeanMethodInformationMap(Method... methods)
Determines a Map with all Method.getName()s and the respective BeanMethodInformation instances. |
static Map<String,Set<BeanMethodInformation>> |
BeanUtils.propertyNameToBeanMethodInformationMap(Class<?> clazz)
Determines a Map with the referenced field names as keys and a Set of BeanMethodInformation for every
field name. |
static Map<String,Set<BeanMethodInformation>> |
BeanUtils.propertyNameToBeanMethodInformationMap(Method... methods)
Determines a map with the referenced field names as keys and a Set of BeanMethodInformation for every field
name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||