Package mocka.odm.generator
Class AbstractODMCreator
java.lang.Object
mocka.odm.generator.AbstractODMCreator
- All Implemented Interfaces:
Creator
- Direct Known Subclasses:
MongodbCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleRegexSource(Field field) <T> ThandleValueSource(Field field) <T> TinitInstance(Class<T> clazz) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mocka.core.generator.Creator
createFromFileSource
-
Constructor Details
-
AbstractODMCreator
public AbstractODMCreator()
-
-
Method Details
-
handleValueSource
- Specified by:
handleValueSourcein interfaceCreator
-
handleRegexSource
- Specified by:
handleRegexSourcein interfaceCreator
-
initInstance
- Specified by:
initInstancein interfaceCreator
-