| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassInfoStrategy
Singleton implementation of a
AbstractClassInfoStrategy |
| Modifier and Type | Method and Description |
|---|---|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExcludedAnnotation(Class<? extends Annotation> annotation)
Adds the specified
Annotation to set of excluded annotations,
if it is not already present. |
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExcludedField(Class<?> pojoClass,
String fieldName)
Adds the specified field to set of excluded fields,
if it is not already present.
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExtraMethod(Class<?> pojoClass,
String methodName,
Class<?>... methodArgs)
It adds an extra method to execute
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.removeExcludedAnnotation(Class<? extends Annotation> annotation)
Removes the specified
Annotation from set of excluded annotations. |
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.removeExcludedField(Class<?> pojoClass,
String fieldName)
Removes the field name from set of excluded fields.
|
Copyright © 2016. All rights reserved.