| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaGenerator |
GraphQLSchemaGenerator.withStringInterpolation(MessageBundle... messageBundles) |
| Modifier and Type | Field and Description |
|---|---|
MessageBundle |
GlobalEnvironment.messageBundle |
| Constructor and Description |
|---|
GlobalEnvironment(MessageBundle messageBundle,
graphql.relay.Relay relay,
TypeRegistry typeRegistry,
ConverterRegistry converters,
ArgumentInjectorRegistry injectors,
TypeTransformer typeTransformer,
InclusionStrategy inclusionStrategy,
TypeInfoGenerator typeInfoGenerator) |
| Modifier and Type | Field and Description |
|---|---|
MessageBundle |
BuildContext.messageBundle |
| Constructor and Description |
|---|
BuildContext(String[] basePackages,
GlobalEnvironment environment,
OperationRegistry operationRegistry,
TypeMapperRegistry typeMappers,
SchemaTransformerRegistry transformers,
ValueMapperFactory valueMapperFactory,
TypeInfoGenerator typeInfoGenerator,
MessageBundle messageBundle,
InterfaceMappingStrategy interfaceStrategy,
ScalarDeserializationStrategy scalarStrategy,
TypeTransformer typeTransformer,
AbstractInputHandler abstractInputHandler,
InputFieldBuilderRegistry inputFieldBuilders,
ResolverInterceptorFactory interceptorFactory,
DirectiveBuilder directiveBuilder,
InclusionStrategy inclusionStrategy,
RelayMappingConfig relayMappingConfig,
Collection<graphql.schema.GraphQLType> knownTypes,
List<AnnotatedType> additionalDirectives,
Comparator<AnnotatedType> typeComparator,
ImplementationDiscoveryStrategy implementationStrategy)
The shared context accessible throughout the schema generation process
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
EnumMapper.getValueDeprecationReason(Enum<?> value,
MessageBundle messageBundle) |
protected String |
EnumMapper.getValueDescription(Enum<?> value,
MessageBundle messageBundle) |
protected String |
EnumMapper.getValueName(Enum<?> value,
MessageBundle messageBundle) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedType |
Union.unionize(AnnotatedType[] types,
MessageBundle messageBundle) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingMessageBundle |
class |
EmptyMessageBundle |
class |
ResourceMessageBundle |
class |
SimpleMessageBundle |
| Modifier and Type | Method and Description |
|---|---|
DelegatingMessageBundle |
DelegatingMessageBundle.withBundles(MessageBundle... messageBundle) |
| Modifier and Type | Method and Description |
|---|---|
MessageBundle |
OperationNameGeneratorParams.getMessageBundle() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AnnotatedArgumentBuilder.getArgumentDescription(Parameter parameter,
AnnotatedType parameterType,
MessageBundle messageBundle) |
protected String |
AnnotatedArgumentBuilder.getArgumentName(Parameter parameter,
AnnotatedType parameterType,
InclusionStrategy inclusionStrategy,
MessageBundle messageBundle) |
protected AnnotatedType |
DefaultOperationBuilder.resolveJavaType(String operationName,
List<Resolver> resolvers,
MessageBundle messageBundle) |
protected AnnotatedType |
DefaultOperationBuilder.unionize(AnnotatedType[] types,
MessageBundle messageBundle) |
OperationNameGeneratorParams.Builder<T> |
OperationNameGeneratorParams.Builder.withMessageBundle(MessageBundle messageBundle) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
InputFieldInfoGenerator.getDescription(List<AnnotatedElement> candidates,
MessageBundle messageBundle) |
Optional<String> |
InputFieldInfoGenerator.getName(List<AnnotatedElement> candidates,
MessageBundle messageBundle) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GsonValueMapper.getDescription(Field field,
MessageBundle messageBundle) |
| Constructor and Description |
|---|
GsonFieldNamingStrategy(com.google.gson.FieldNamingStrategy fallback,
MessageBundle messageBundle) |
GsonFieldNamingStrategy(MessageBundle messageBundle) |
Copyright © 2016–2018. All rights reserved.