| Package | Description |
|---|---|
| com.github.jmodel.api | |
| com.github.jmodel.spi |
| Modifier and Type | Method and Description |
|---|---|
static FormatEnum |
FormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatEnum[] |
FormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelEngine.construct(Object sourceObj,
FormatEnum format)
Build a generic model.
|
Model |
ModelEngine.construct(Object sourceObj,
FormatEnum format,
Locale currentLocale) |
Model |
ModelEngine.fill(Model sourceModel,
Object sourceObj,
FormatEnum format)
Set the value of fields for an existing generic model.
|
Model |
ModelEngine.fill(Model sourceModel,
Object sourceObj,
FormatEnum format,
Locale currentLocale) |
Analyzer |
AnalyzerFactoryService.getAnalyzer(FormatEnum format,
String extendAnalyzerName) |
FormatChecker |
FormatCheckerFactoryService.getFormatChecker(FormatEnum fromFormat) |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
AnalyzerFactory.getAnalyzer(FormatEnum fromFormat,
String extendAnalyzerName) |
FormatChecker |
FormatCheckerFactory.getFormatChecker(FormatEnum fromFormat) |
Copyright © 2016. All rights reserved.