Uses of Interface
org.aksw.jenax.graphql.sparql.v2.context.DirectiveParser
Packages that use DirectiveParser
-
Uses of DirectiveParser in org.aksw.jenax.graphql.sparql.v2.context
Classes in org.aksw.jenax.graphql.sparql.v2.context that implement DirectiveParserFields in org.aksw.jenax.graphql.sparql.v2.context declared as DirectiveParserModifier and TypeFieldDescriptionstatic final DirectiveParser<BindDirective>BindDirective.PARSERFields in org.aksw.jenax.graphql.sparql.v2.context with type parameters of type DirectiveParserModifier and TypeFieldDescriptionprotected Map<String,DirectiveParser<?>> DirectiveParseRegistry.registryMethods in org.aksw.jenax.graphql.sparql.v2.context that return DirectiveParserModifier and TypeMethodDescription<T> DirectiveParser<T>static <T> DirectiveParser<T>DirectiveParserImpl.of(Class<? super T> javaClass, String name, boolean isUnqiue, Function<graphql.language.Directive, T> parser) Methods in org.aksw.jenax.graphql.sparql.v2.context with parameters of type DirectiveParser