| Package | Description |
|---|---|
| com.openpojo.business.cache.impl | |
| com.openpojo.reflection | |
| com.openpojo.reflection.impl | |
| com.openpojo.validation.utils |
| Constructor and Description |
|---|
DefaultBusinessKeyField(PojoField pojoField) |
| Modifier and Type | Method and Description |
|---|---|
List<PojoField> |
PojoClass.getPojoFields()
Get all PojoFields defined in the class.
|
List<PojoField> |
PojoClass.getPojoFieldsAnnotatedWith(Class<? extends Annotation> annotation)
Get all PojoFields annotated with given annotation.
|
| Modifier and Type | Method and Description |
|---|---|
List<PojoField> |
PojoClassImpl.getPojoFields() |
static List<PojoField> |
PojoFieldFactory.getPojoFields(Class<?> clazz)
Get all PojoFields in a given Class.
|
List<PojoField> |
PojoClassImpl.getPojoFieldsAnnotatedWith(Class<? extends Annotation> annotation) |
| Constructor and Description |
|---|
PojoClassImpl(Class<?> clazz,
List<PojoField> pojoFields,
List<PojoMethod> pojoMethods) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ValidationHelper.isStaticFinal(PojoField fieldEntry)
Return true if the PojoField is marked as static and is final.
|
Copyright © 2010–2019. All rights reserved.