| Interface | Description |
|---|---|
| AttributeStrategy<T> |
Generic contract for attribute-level data provider strategies.
|
| Class | Description |
|---|---|
| AbstractConstructorComparator |
It provides a comparator to sort the constructor to choose first.
|
| AbstractMethodComparator |
It provides a comparator to sort the constructor to choose first.
|
| BeanValidationStrategy |
This strategy fills attributes and parameters annotated with Java bean
validation annotations
|
| ConstructorHeavyFirstComparator |
It provides a comparator to sort the constructor to choose first.
|
| ConstructorLightFirstComparator |
It provides a comparator to sort the constructor to choose first.
|
| ManufacturingContext |
Object to hold manufacturing related data
|
| MethodHeavyFirstComparator |
It provides a comparator to sort the constructor to choose first.
|
| MethodLightFirstComparator |
It provides a comparator to sort the constructor to choose first.
|
| PodamConstants |
PODAM constants.
|
| Annotation Type | Description |
|---|---|
| PodamBooleanValue |
Annotation used to customise a boolean value on the annotated field
|
| PodamByteValue |
Annotation used to customise min and max values of a byte type attribute or
constructor parameter.
|
| PodamCharValue |
Annotation used to customise min and max values of a char type attribute or
constructor parameter.
|
| PodamCollection |
Annotation used to customise collection-type elements
|
| PodamConstructor |
It identifies a constructor to use in order to create an instance of a class.
|
| PodamDoubleValue |
Annotation used to customise min and max values on a double type attribute or
constructor parameter.
|
| PodamExclude |
Annotation which will have PODAM to skip the annotated attribute from
consideration.
|
| PodamFloatValue |
Annotation used to customise min and max values on a float type attribute or
constructor parameter.
|
| PodamIntValue |
Annotation used to customise min and max values on an integer type attribute
or constructor parameter.
|
| PodamLongValue |
Annotation used to customise min and max values on a long type attribute or
constructor parameter.
|
| PodamShortValue |
Annotation used to customise min and max values of a short type attribute or
constructor parameter.
|
| PodamStrategyValue |
Annotation to drive the value of the annotated attribute.
|
| PodamStringValue |
Annotation used to customise string type attributes or constructor parameter.
|
Copyright © 2015. All rights reserved.