public abstract class AbstractConvertersSerializationTest extends AbstractPolygeneTest
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConvertersSerializationTest.CustomPlainValue |
static class |
AbstractConvertersSerializationTest.CustomPlainValueConverter |
static class |
AbstractConvertersSerializationTest.CustomPropertyConverter |
static interface |
AbstractConvertersSerializationTest.SomeValue |
module, objectFactory, queryBuilderFactory, serviceFinder, transientBuilderFactory, unitOfWorkFactory, valueBuilderFactoryapi, application, applicationModel, notYetImplementedRule, polygene, spi| Constructor and Description |
|---|
AbstractConvertersSerializationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(ModuleAssembly module)
Assemblers receive a callback to the ModuleAssembly
they are supposed to configure.
|
protected abstract String |
getStringFromValueState(String state,
String key) |
void |
testConvertedByAnnotation() |
defineApplication, setUp, tearDownassemblyException, initApplication, newApplicationInstance, newApplicationModelpublic void assemble(ModuleAssembly module)
Assembler
An Assembler may create new Modules by calling
ModuleAssembly.layer() and
then LayerAssembly.module(String) (String)}.
This allows an Assembler to bootstrap an entire Layer with
more Modules.
module - the Module to assembleprotected abstract String getStringFromValueState(String state, String key) throws Exception
Exception