| Package | Description |
|---|---|
| de.japkit.el | |
| de.japkit.model | |
| de.japkit.rules |
| Modifier and Type | Method and Description |
|---|---|
static List<PropertyImpl> |
ElExtensions.getProperties(DeclaredType t) |
static List<PropertyImpl> |
ElExtensions.getProperties(TypeElement e) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
PropertyImpl.withField(VariableElement field) |
PropertyImpl |
PropertyImpl.withGetter(ExecutableElement getter) |
PropertyImpl |
PropertyImpl.withSetter(ExecutableElement setter) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
JavaBeansExtensions.toProperty(ExecutableElement method) |
PropertyImpl |
JavaBeansExtensions.toProperty(VariableElement field) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyImpl> |
JavaBeansExtensions.properties(TypeElement typeElement,
String stopSuperclass,
boolean fromFields) |
List<PropertyImpl> |
JavaBeansExtensions.propertiesFromFields(TypeElement typeElement) |
List<PropertyImpl> |
JavaBeansExtensions.propertiesFromGetters(TypeElement typeElement,
String stopSuperclass)
Find the properties of a class by their getters.
|
Copyright © 2018. All rights reserved.