| Package | Description |
|---|---|
| ch.rasc.extclassgenerator | |
| ch.rasc.extclassgenerator.validation |
| Modifier and Type | Method and Description |
|---|---|
IncludeValidation |
OutputConfig.getIncludeValidation() |
static IncludeValidation |
IncludeValidation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeValidation[] |
IncludeValidation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelBean |
ModelGenerator.createModel(Class<?> clazz,
IncludeValidation includeValidation)
Instrospects the provided class and creates a
ModelBean instance. |
static String |
ModelGenerator.generateJavascript(Class<?> clazz,
OutputFormat format,
IncludeValidation includeValidation,
boolean debug)
Instrospects the provided class, creates a model object (JS code) and returns it.
|
void |
OutputConfig.setIncludeValidation(IncludeValidation includeValidation) |
static void |
ModelGenerator.writeModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Class<?> clazz,
OutputFormat format,
IncludeValidation includeValidation,
boolean debug)
Instrospects the provided class, creates a model object (JS code) and writes it
into the response.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractValidation |
AbstractValidation.createValidation(String propertyName,
ch.rasc.extclassgenerator.ModelValidation modelValidationAnnotation,
IncludeValidation includeValidation) |
Copyright © 2013–2015. All rights reserved.