| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.generator | |
| org.davidmoten.oa3.codegen.generator.writer |
| Modifier and Type | Field and Description |
|---|---|
Optional<Generator.MapType> |
Generator.Field.mapType |
| Modifier and Type | Method and Description |
|---|---|
static Generator.MapType |
Generator.MapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Generator.MapType[] |
Generator.MapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Generator.Field.isMapType(Generator.MapType mt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BuilderWriter.Field.isMapType(Generator.MapType mt) |
| Constructor and Description |
|---|
Field(String fieldName,
String fullClassName,
boolean required,
boolean isArray,
Optional<Generator.MapType> mapType,
boolean nullable,
Optional<Function<String,String>> valueExpressionFactory) |
Copyright © 2023. All rights reserved.