| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.generator |
| Modifier and Type | Field and Description |
|---|---|
SchemaCategory |
Generator.Cls.category |
| Modifier and Type | Method and Description |
|---|---|
static SchemaCategory |
SchemaCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaCategory[] |
SchemaCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.MyVisitor.finishSchema(SchemaCategory category,
org.davidmoten.oa3.codegen.util.ImmutableList<org.davidmoten.oa3.codegen.generator.SchemaWithName> schemaPath) |
String |
Names.schemaNameToFullClassName(SchemaCategory category,
String schemaName) |
void |
Generator.MyVisitor.startSchema(SchemaCategory category,
org.davidmoten.oa3.codegen.util.ImmutableList<org.davidmoten.oa3.codegen.generator.SchemaWithName> schemaPath) |
Copyright © 2023. All rights reserved.