| Package | Description |
|---|---|
| io.leangen.graphql.generator.mapping.strategy | |
| io.leangen.graphql.metadata | |
| io.leangen.graphql.metadata.strategy.query |
| Modifier and Type | Field and Description |
|---|---|
OperationArgumentDefaultValue |
IdentityDefaultValueProvider.value |
| Modifier and Type | Method and Description |
|---|---|
OperationArgumentDefaultValue |
JsonDefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
OperationArgumentDefaultValue |
IdentityDefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
OperationArgumentDefaultValue |
DefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
| Modifier and Type | Method and Description |
|---|---|
OperationArgumentDefaultValue |
JsonDefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
OperationArgumentDefaultValue |
IdentityDefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
OperationArgumentDefaultValue |
DefaultValueProvider.getDefaultValue(Parameter parameter,
AnnotatedType parameterType,
OperationArgumentDefaultValue initialValue) |
| Constructor and Description |
|---|
IdentityDefaultValueProvider(OperationArgumentDefaultValue value) |
| Modifier and Type | Field and Description |
|---|---|
static OperationArgumentDefaultValue |
OperationArgumentDefaultValue.EMPTY |
static OperationArgumentDefaultValue |
OperationArgumentDefaultValue.NULL |
| Modifier and Type | Method and Description |
|---|---|
OperationArgumentDefaultValue |
OperationArgument.getDefaultValue() |
| Constructor and Description |
|---|
OperationArgument(AnnotatedType javaType,
String name,
String description,
OperationArgumentDefaultValue defaultValue,
boolean context,
boolean mappable) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationArgumentDefaultValue |
AnnotatedArgumentBuilder.defaultValue(Parameter parameter,
AnnotatedType parameterType) |
Copyright © 2016–2017. All rights reserved.