| Package | Description |
|---|---|
| com.tobedevoured.modelcitizen | |
| com.tobedevoured.modelcitizen.field | |
| com.tobedevoured.modelcitizen.policy |
| Modifier and Type | Method and Description |
|---|---|
List<ModelField> |
Erector.getModelFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Erector.addCommand(ModelField modelField,
Command command) |
void |
Erector.addCommands(ModelField modelField,
Set<Command> commands) |
Set<Command> |
Erector.getCommands(ModelField modelField) |
| Modifier and Type | Method and Description |
|---|---|
void |
Erector.setModelFields(List<ModelField> modelFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultField
A
Default annotated Field in the Blueprint with a default getValue(); |
class |
MappedField
A
Mapped annotated Field in the Blueprint that is mapped
to a registered |
class |
MappedListField
A
MappedList annotated Field in the Blueprint that is mapped
to a List comprised of Models with a registered . |
class |
MappedSetField
A
MappedList annotated Field in the Blueprint that is mapped
to a List comprised of Models with a registered . |
| 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.
|
| 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) |
Copyright © 2012. All Rights Reserved.