| Package | Description |
|---|---|
| io.smallrye.graphql.schema | |
| io.smallrye.graphql.schema.creator | |
| io.smallrye.graphql.schema.creator.type | |
| io.smallrye.graphql.schema.helper |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaBuilder.build(org.jboss.jandex.IndexView index,
TypeAutoNameStrategy autoNameStrategy)
This builds the Schema from Jandex
|
| Modifier and Type | Method and Description |
|---|---|
TypeAutoNameStrategy |
ReferenceCreator.getTypeAutoNameStrategy() |
TypeAutoNameStrategy |
ModelCreator.getTypeAutoNameStrategy() |
| Constructor and Description |
|---|
ReferenceCreator(TypeAutoNameStrategy autoNameStrategy) |
| Constructor and Description |
|---|
EnumCreator(TypeAutoNameStrategy autoNameStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static TypeAutoNameStrategy |
TypeAutoNameStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAutoNameStrategy[] |
TypeAutoNameStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeNameHelper.getAnyTypeName(Reference reference,
ReferenceType referenceType,
org.jboss.jandex.ClassInfo classInfo,
Annotations annotationsForThisClass,
TypeAutoNameStrategy autoNameStrategy) |
static String |
TypeNameHelper.getAnyTypeName(String parametrizedTypeNameExtension,
ReferenceType referenceType,
org.jboss.jandex.ClassInfo classInfo,
Annotations annotationsForThisClass,
TypeAutoNameStrategy autoNameStrategy) |
Copyright © 2018–2022. All rights reserved.