| Package | Description |
|---|---|
| com.tobedevoured.modelcitizen | |
| com.tobedevoured.modelcitizen.erector | |
| com.tobedevoured.modelcitizen.policy |
| Modifier and Type | Method and Description |
|---|---|
Set<Command> |
Erector.getCommands(ModelField modelField) |
| Modifier and Type | Method and Description |
|---|---|
void |
Erector.addCommand(ModelField modelField,
Command command) |
| Modifier and Type | Method and Description |
|---|---|
void |
Erector.addCommands(ModelField modelField,
Set<Command> commands) |
| Modifier and Type | Field and Description |
|---|---|
static Command |
Command.SKIP_BLUEPRINT_INJECTION
Skip blueprint injection
|
static Command |
Command.SKIP_INJECTION
Skip all injection
|
static Command |
Command.SKIP_REFERENCE_INJECTION
Skip reference injection
|
| Modifier and Type | Method and Description |
|---|---|
Command |
FieldPolicy.process(ModelFactory modelFactory,
Erector erector,
ModelField modelField,
Object model)
Process the model with the Policy.
|
Command |
MappedSingletonPolicy.process(ModelFactory modelFactory,
Erector erector,
ModelField modelField,
Object model) |
| Modifier and Type | Method and Description |
|---|---|
Map<ModelField,Set<Command>> |
SkipReferenceFieldPolicy.process(ModelFactory modelFactory,
Erector erector,
Object model)
Prevents Model from being set by the Reference Model
|
Map<ModelField,Set<Command>> |
BlueprintPolicy.process(ModelFactory modelFactory,
Erector erector,
Object model)
Process the model with the Policy.
|
Copyright © 2012. All Rights Reserved.