Uses of Class
graphql.VisibleForTesting
-
Packages that use VisibleForTesting Package Description graphql.execution graphql.i18n graphql.schema graphql.schema.diffing.ana graphql.schema.fetching graphql.schema.validation -
-
Uses of VisibleForTesting in graphql.execution
Methods in graphql.execution with annotations of type VisibleForTesting Modifier and Type Method Description (package private) static Value<?>
ValuesResolverLegacy. valueToLiteralLegacy(java.lang.Object value, GraphQLType type, GraphQLContext graphqlContext, java.util.Locale locale)
Legacy logic to convert an arbitrary java object to an Ast Literal. -
Uses of VisibleForTesting in graphql.i18n
Constructors in graphql.i18n with annotations of type VisibleForTesting Constructor Description I18n(I18n.BundleType bundleType, java.util.Locale locale)
-
Uses of VisibleForTesting in graphql.schema
Methods in graphql.schema with annotations of type VisibleForTesting Modifier and Type Method Description static boolean
PropertyDataFetcherHelper. setUseLambdaFactory(boolean flag)
-
Uses of VisibleForTesting in graphql.schema.diffing.ana
Methods in graphql.schema.diffing.ana with annotations of type VisibleForTesting Modifier and Type Method Description (package private) static java.util.List<EditOperation>
EditOperationAnalyzer. getTraversalOrder(java.util.List<EditOperation> editOperations)
The input list ofEditOperation
s does not conform to any order. -
Uses of VisibleForTesting in graphql.schema.fetching
Methods in graphql.schema.fetching with annotations of type VisibleForTesting Modifier and Type Method Description (package private) static java.util.function.Function<java.lang.Object,java.lang.Object>
LambdaFetchingSupport. mkCallFunction(java.lang.Class<?> targetClass, java.lang.String targetMethod, java.lang.Class<?> targetMethodReturnType)
-
Uses of VisibleForTesting in graphql.schema.validation
Methods in graphql.schema.validation with annotations of type VisibleForTesting Modifier and Type Method Description (package private) java.util.Collection<SchemaValidationError>
InvalidSchemaException. getErrors()
-