Class GraphQlFieldProcessorImpl<K>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.exec.api.low.GraphQlFieldProcessorImpl<K>
- All Implemented Interfaces:
GraphQlFieldProcessor<K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the processor for the overall document from which the field processor was derived.getName()The name of the field for which this is the processor.
-
Constructor Details
-
GraphQlFieldProcessorImpl
-
-
Method Details
-
getGraphQlProcessor
Description copied from interface:GraphQlFieldProcessorGet the processor for the overall document from which the field processor was derived.- Specified by:
getGraphQlProcessorin interfaceGraphQlFieldProcessor<K>
-
getName
Description copied from interface:GraphQlFieldProcessorThe name of the field for which this is the processor.nullfor the query itself. Experimental.- Specified by:
getNamein interfaceGraphQlFieldProcessor<K>
-
newExecBuilder
- Specified by:
newExecBuilderin interfaceGraphQlFieldProcessor<K>
-