| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| uk.co.jemos.podam.typeManufacturers |
Contains Type Manufacturers.
|
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentHashMap<Class<?>,TypeManufacturer<?>> |
AbstractRandomDataProviderStrategy.typeManufacturers
A mapping between types and their registered manufacturers
|
| Modifier and Type | Method and Description |
|---|---|
<T> DataProviderStrategy |
DataProviderStrategy.addOrReplaceTypeManufacturer(Class<? extends T> type,
TypeManufacturer<T> typeManufacturer)
Registers @TypeManufacturer implementation, which will be used to
instantiate objects of a specified type.
|
<T> DataProviderStrategy |
AbstractRandomDataProviderStrategy.addOrReplaceTypeManufacturer(Class<? extends T> type,
TypeManufacturer<T> typeManufacturer)
Registers @TypeManufacturer implementation, which will be used to
instantiate objects of a specified type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeManufacturer<T>
Parent of all type manufacturer.
|
class |
ArrayTypeManufacturerImpl
Default collection type manufacturer.
|
class |
BooleanTypeManufacturerImpl
Default boolean type manufacturer.
|
class |
ByteTypeManufacturerImpl
Default byte type manufacturer.
|
class |
CharTypeManufacturerImpl
Default character type manufacturer.
|
class |
CollectionTypeManufacturerImpl
Default collection type manufacturer.
|
class |
DoubleTypeManufacturerImpl
Default double type manufacturer.
|
class |
EnumTypeManufacturerImpl
Default Enum type manufacturer.
|
class |
FloatTypeManufacturerImpl
Default float type manufacturer.
|
class |
IntTypeManufacturerImpl
Default int type manufacturer.
|
class |
LongTypeManufacturerImpl
Default int type manufacturer.
|
class |
MapTypeManufacturerImpl
Default collection type manufacturer.
|
class |
ShortTypeManufacturerImpl
Default short type manufacturer.
|
class |
StringTypeManufacturerImpl
Default String type manufacturer.
|
class |
TypeTypeManufacturerImpl
Default byte type manufacturer.
|
Copyright © 2016. All rights reserved.