Uses of Interface
uk.co.jemos.podam.api.PodamFactory
-
Packages that use PodamFactory Package Description uk.co.jemos.podam.api This package contains PODAM main APIs -
-
Uses of PodamFactory in uk.co.jemos.podam.api
Classes in uk.co.jemos.podam.api that implement PodamFactory Modifier and Type Class Description classAbstractExternalFactoryAdapter pattern for boilerplate code when creating an external factoryclassNullExternalFactoryDefault implementation of an external factory which does nothing.classPodamFactoryImplThe PODAM factory implementationFields in uk.co.jemos.podam.api declared as PodamFactory Modifier and Type Field Description private PodamFactoryPodamFactoryImpl. externalFactoryExternal factory to delegate production this factory cannot handleMethods in uk.co.jemos.podam.api that return PodamFactory Modifier and Type Method Description PodamFactoryAbstractExternalFactory. getExternalFactory()PodamFactoryPodamFactory. getExternalFactory()It returns the external factory assigned to this factory.PodamFactoryPodamFactoryImpl. getExternalFactory()It returns the external factory assigned to this factory.PodamFactoryAbstractExternalFactory. setClassStrategy(ClassInfoStrategy classInfoStrategy)PodamFactoryPodamFactory. setClassStrategy(ClassInfoStrategy classInfoStrategy)Sets the class info strategy for this factoryPodamFactoryPodamFactoryImpl. setClassStrategy(ClassInfoStrategy classInfoStrategy)Sets the class info strategy for this factoryPodamFactoryAbstractExternalFactory. setExternalFactory(PodamFactory externalFactory)PodamFactoryPodamFactory. setExternalFactory(PodamFactory externalFactory)Sets an external factory for this factory to delegate requests it cannot processPodamFactoryPodamFactoryImpl. setExternalFactory(PodamFactory externalFactory)Sets an external factory for this factory to delegate requests it cannot processPodamFactoryAbstractExternalFactory. setStrategy(DataProviderStrategy strategy)PodamFactoryPodamFactory. setStrategy(DataProviderStrategy strategy)Sets the data provider strategy for this factoryPodamFactoryPodamFactoryImpl. setStrategy(DataProviderStrategy strategy)Sets the data provider strategy for this factoryMethods in uk.co.jemos.podam.api with parameters of type PodamFactory Modifier and Type Method Description PodamFactoryAbstractExternalFactory. setExternalFactory(PodamFactory externalFactory)PodamFactoryPodamFactory. setExternalFactory(PodamFactory externalFactory)Sets an external factory for this factory to delegate requests it cannot processPodamFactoryPodamFactoryImpl. setExternalFactory(PodamFactory externalFactory)Sets an external factory for this factory to delegate requests it cannot processConstructors in uk.co.jemos.podam.api with parameters of type PodamFactory Constructor Description PodamFactoryImpl(PodamFactory externalFactory)Constructor with non-default external factoryPodamFactoryImpl(PodamFactory externalFactory, DataProviderStrategy strategy)Full constructor.
-