public class RestletCrudModuleAssembler extends Assemblers.VisibilityIdentity<RestletCrudModuleAssembler>
| Constructor and Description |
|---|
RestletCrudModuleAssembler(Class type) |
RestletCrudModuleAssembler(Class type,
Class repositoryType) |
| Modifier and Type | Method and Description |
|---|---|
void |
assemble(ModuleAssembly module)
Assemblers receive a callback to the ModuleAssembly
they are supposed to configure.
|
hasIdentity, identifiedBy, identity, visibility, visibleInfinalizepublic RestletCrudModuleAssembler(Class type)
public 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.
assemble in interface Assemblerassemble in class Assemblers.AssembleCheckermodule - the Module to assemble