| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| Modifier and Type | Field and Description |
|---|---|
private Set<ClassAttribute> |
ClassInfo.classAttributes
The Set of fields belonging to this class
|
| Modifier and Type | Method and Description |
|---|---|
Set<ClassAttribute> |
ClassInfo.getClassAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassAttributeApprover.approve(ClassAttribute attribute)
Override this method to select or reject class attributes
|
boolean |
AbstractClassInfoStrategy.approve(ClassAttribute attribute)
Override this method to select or reject class attributes
|
| Constructor and Description |
|---|
ClassInfo(Class<?> className,
Collection<ClassAttribute> classAttributes)
Partial constructor.
|
ClassInfo(Class<?> className,
Collection<ClassAttribute> classAttributes,
Collection<Method> extraMethods)
Full constructor.
|
Copyright © 2015. All rights reserved.