| Package | Description |
|---|---|
| com.tobedevoured.modelcitizen | |
| com.tobedevoured.modelcitizen.policy |
| Modifier and Type | Method and Description |
|---|---|
Map<Class,Erector> |
ModelFactory.getErectors()
Map of Class to their
Erector. |
| 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) |
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.