Serialized Form
-
Package uk.co.jemos.podam.api
-
Class uk.co.jemos.podam.api.AttributeMetadata extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attrGenericArgs
Type[] attrGenericArgs
The attribute type generic arguments -
attributeAnnotations
List<Annotation> attributeAnnotations
The attribute annotations -
attributeGenericType
Type attributeGenericType
The attribute generic type -
attributeName
String attributeName
The attribute name -
attributeType
Class<?> attributeType
The attribute type -
pojoClass
Class<?> pojoClass
Type of class that owns the attribute -
pojoInstance
Object pojoInstance
POJO that owns the attribute
-
-
Class uk.co.jemos.podam.api.ClassAttribute extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class uk.co.jemos.podam.api.ClassInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classAttributes
Set<ClassAttribute> classAttributes
The Set of fields belonging to this class -
className
Class<?> className
The Class name whose info are stored in this class -
extraMethods
List<Method> extraMethods
-
-
Class uk.co.jemos.podam.api.MapArguments extends AbstractMapArguments implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elementClass
Class<?> elementClass
The type of the Map element. -
elementGenericTypeArgs
Type[] elementGenericTypeArgs
The generic type arguments for the current element generic class instance. -
keyGenericTypeArgs
Type[] keyGenericTypeArgs
The generic type arguments for the current key generic class instance.
-
-
Class uk.co.jemos.podam.api.MapKeyOrElementsArguments extends AbstractMapArguments implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elementStrategy
AttributeStrategy<?> elementStrategy
The strategy to use to fill the Map key or value element. -
genericTypeArgs
Type[] genericTypeArgs
The generic type arguments for the current generic class instance.
-
-
-
Package uk.co.jemos.podam.exceptions
-
Class uk.co.jemos.podam.exceptions.PodamMockeryException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-