| Package | Description |
|---|---|
| org.exparity.beans | |
| org.exparity.beans.core | |
| org.exparity.beans.core.ordering |
| Modifier and Type | Method and Description |
|---|---|
TypeProperty |
Type.get(String name)
Get the requested property from the type or return
null if the property is not present. |
TypeProperty |
Type.propertyNamed(String propertyName)
Get the requested property from the type or return
null if the property is not present. |
static TypeProperty |
Type.typeProperty(Class<?> instance,
String name)
Static factory method for constructing a
TypeProperty for the property name on the given class. |
| Modifier and Type | Method and Description |
|---|---|
List<TypeProperty> |
Type.propertyList()
Return a list of the publicly exposes get/set properties on a class.
|
Map<String,TypeProperty> |
Type.propertyMap()
Return a map of the publicly exposes get/set properties on the type with the property name as the key and the initial character lowercased For example:
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeProperty> |
TypeInspector.propertyList(Class<?> type,
BeanNamingStrategy naming) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visit(TypeProperty property)
Callback fired for each
BeanProperty found on an object |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPropertyOrderingStrategy.sort(List<TypeProperty> propertyList) |
| Modifier and Type | Method and Description |
|---|---|
int |
InClassOrder.compare(TypeProperty o1,
TypeProperty o2) |
| Modifier and Type | Method and Description |
|---|---|
void |
InClassOrder.sort(List<TypeProperty> propertyList) |
void |
InAlphabeticalOrder.sort(List<TypeProperty> propertyList) |
Copyright © 2015. All rights reserved.