| Package | Description |
|---|---|
| com.openpojo.reflection | |
| com.openpojo.reflection.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PojoMethod> |
PojoClass.getPojoConstructors()
Get all Constructors defined in the class.
|
java.util.List<PojoMethod> |
PojoClass.getPojoMethods()
Get all PojoMethods defined in the class;
|
java.util.List<PojoMethod> |
PojoClass.getPojoMethodsAnnotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Get all PojoMethods annotated with given annotation
|
| Modifier and Type | Class and Description |
|---|---|
class |
PojoMethodImpl |
| Modifier and Type | Method and Description |
|---|---|
static PojoMethod |
PojoMethodFactory.getFieldGetter(java.lang.reflect.Field field)
Returns the Getter Method for a field.
|
static PojoMethod |
PojoMethodFactory.getFieldSetter(java.lang.reflect.Field field)
Returns the Setter Method for a field.
|
static PojoMethod |
PojoMethodFactory.getMethod(java.lang.Class<?> clazz,
java.lang.String name,
java.lang.Class<?>... parameterTypes)
Returns a specific method given method name and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PojoMethod> |
PojoClassImpl.getPojoConstructors() |
java.util.List<PojoMethod> |
PojoClassImpl.getPojoMethods() |
static java.util.List<PojoMethod> |
PojoMethodFactory.getPojoMethods(java.lang.Class<?> clazz)
Returns all methods on a given Class.
|
java.util.List<PojoMethod> |
PojoClassImpl.getPojoMethodsAnnotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
| Constructor and Description |
|---|
PojoClassImpl(java.lang.Class<?> clazz,
java.util.List<PojoField> pojoFields,
java.util.List<PojoMethod> pojoMethods) |
Copyright © 2010-2015. All Rights Reserved.