|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaUtils.BeanProperty | |
|---|---|
| sk.baka.tools | |
| Uses of JavaUtils.BeanProperty in sk.baka.tools |
|---|
| Methods in sk.baka.tools that return JavaUtils.BeanProperty | ||
|---|---|---|
static
|
JavaUtils.equalsBean(T bean1,
T bean2)
Compares two beans. |
|
static
|
JavaUtils.equalsBean(T bean1,
T bean2,
JavaUtils.IEqualsComparator comparator)
Compares two beans. |
|
static JavaUtils.BeanProperty |
JavaUtils.BeanProperty.from(Class<?> clazz,
String name)
Creates a bean property accessor for given property. |
|
static JavaUtils.BeanProperty |
JavaUtils.BeanProperty.from(Field field)
Creates a bean property accessor for given field. |
|
| Methods in sk.baka.tools that return types with arguments of type JavaUtils.BeanProperty | |
|---|---|
static List<JavaUtils.BeanProperty> |
JavaUtils.getBeanProperties(Class<?> beanClass,
boolean includeSuperclasses)
Returns all property accessors from given class, and optionally from its superclasses. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||