| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| Modifier and Type | Method and Description |
|---|---|
ClassInfo |
ClassInfoStrategy.getClassInfo(Class<?> pojoClass) |
ClassInfo |
AbstractClassInfoStrategy.getClassInfo(Class<?> pojoClass) |
static ClassInfo |
PodamUtils.getClassInfo(Class<?> clazz,
ClassAttributeApprover attributeApprover)
It returns a
ClassInfo object for the given class |
static ClassInfo |
PodamUtils.getClassInfo(Class<?> clazz,
Set<Class<? extends Annotation>> excludeFieldAnnotations,
Set<String> excludedFields,
ClassAttributeApprover attributeApprover)
It returns a
ClassInfo object for the given class |
static ClassInfo |
PodamUtils.getClassInfo(Class<?> clazz,
Set<Class<? extends Annotation>> excludeFieldAnnotations,
Set<String> excludedFields,
ClassAttributeApprover attributeApprover,
Collection<Method> extraMethods) |
Copyright © 2015. All rights reserved.