| Package | Description |
|---|---|
| org.rapidoid.beany |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanProp |
class |
MapProp |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Prop> |
BeanProperties.map |
List<Prop> |
BeanProperties.props |
| Modifier and Type | Method and Description |
|---|---|
Prop |
BeanProperties.get(String property) |
static Prop |
Beany.property(Class<?> clazz,
String property,
boolean mandatory) |
static Prop |
Beany.property(Object obj,
String property,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Prop> |
BeanProperties.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyFilter.compare(Prop o1,
Prop o2) |
int |
PropertySelectorByName.compare(Prop o1,
Prop o2) |
boolean |
AnnotatedPropertyFilter.eval(Prop prop) |
| Modifier and Type | Method and Description |
|---|---|
static BeanProperties |
BeanProperties.from(List<Prop> properties) |
| Constructor and Description |
|---|
BeanProperties(Map<String,? extends Prop> properties) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.