Index
All Classes and Interfaces|All Packages
A
- applyTransform(Document, NodeVisitorStub) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
D
- directivesSetterField(Field) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- directivesSetterFieldDefinition(FieldDefinition) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
E
- expectAtMostOneDirective(DirectivesContainer<?>, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
F
- findArgument(List<Argument>, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
G
- getArgAsBoolean(Directive, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgAsBoolean(Directive, String, Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgAsLong(Field, String, Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgAsLong(List<Argument>, String, Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgAsString(Directive, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgAsStrings(Directive, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
Expand strings to lists
- getArgValue(Directive, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getArgValueAsString(Directive, String, Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getLong(Node<?>, String...) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getNumber(Node<?>, String...) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getNumber(NodeValue) - Static method in class org.aksw.jenax.graphql.util.NodeValueUtils
- getQueryDirectives(Document, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getString(Node<?>, String...) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getValue(Argument) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- getValue(NodeValue) - Static method in class org.aksw.jenax.graphql.util.NodeValueUtils
-
Attempt to return a Java object for the given NodeValue
- GraphQlUtils - Class in org.aksw.jenax.graphql.util
- GraphQlUtils() - Constructor for class org.aksw.jenax.graphql.util.GraphQlUtils
H
- hasQueryDirective(Document, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
FIXME Update to the graphqls pec
I
- indexArguments(Field) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- indexValues(ObjectValue) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- isValidNameChar(char, int) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
Whether the char is valid at the given index.
M
- mapToGraphQl(Map<String, Node>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- mapToJena(Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
N
- newArgBoolean(String, Boolean) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- newArgString(String, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- newArgString(String, List<String>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- newDirective(String, Argument...) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- NodeValueUtils - Class in org.aksw.jenax.graphql.util
- NodeValueUtils() - Constructor for class org.aksw.jenax.graphql.util.NodeValueUtils
O
- org.aksw.jenax.graphql.util - package org.aksw.jenax.graphql.util
P
- parseUnrestricted(Reader) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- parseUnrestricted(String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- parseUnrestricted(Function<ParserEnvironment.Builder, ? extends ParserEnvironment.Builder>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- println(PrintStream, Document) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
R
- removeDirectivesByName(Collection<Directive>, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- replaceDirectives(T, TraverserContext<Node>, Function<T, Function<List<Directive>, T>>, List<Directive>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- replaceDirectivesOld(T, TraverserContext<Node>, BiFunction<T, List<Directive>, T>, LinkedList<Directive>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
Creates a copy of a node with the given list of directives.
- replaceIllegalChars(String, String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- resolveValue(Value<?>, Map<String, Value<?>>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
Resolves variable references once against the given map of assignments.
S
- safeName(String) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
T
- toArrayValue(List<String>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- toBoolean(Node<?>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- toLong(Node<?>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- toNodeValue(Node<?>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
-
Bridge graphql nodes to jena NodeValues (the latter has a nicer API)
- toNumber(Node<?>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- toScalarValue(NodeValue) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- toString(Node<?>) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
- tryGetNode(Node<?>, String...) - Static method in class org.aksw.jenax.graphql.util.GraphQlUtils
All Classes and Interfaces|All Packages