| Package | Description |
|---|---|
| ch.rasc.extclassgenerator | |
| ch.rasc.extclassgenerator.validation |
| Modifier and Type | Method and Description |
|---|---|
ModelFieldBean |
ModelBean.getField(String fieldName)
Looks for the
ModelFieldBean with the provided name and returns it. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ModelFieldBean> |
ModelBean.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addField(ModelFieldBean bean)
Adds one instance of
ModelFieldBean to the internal collection of fields |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addFields(List<ModelFieldBean> modelFields)
Add all provided fields to the collection of fields
|
void |
ModelBean.setFields(Map<String,ModelFieldBean> fields)
Overwrites all field definitions with the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractValidation.addValidationToModel(ModelBean model,
ModelFieldBean modelFieldBean,
Annotation fieldAnnotation,
OutputConfig outputConfig) |
Copyright © 2013–2015. All rights reserved.