Interface GraphQlFieldProcessor<K>
- All Known Implementing Classes:
GraphQlFieldProcessorImpl
public interface GraphQlFieldProcessor<K>
-
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.
-
Method Details
-
getGraphQlProcessor
GraphQlProcessor<K> getGraphQlProcessor()Get the processor for the overall document from which the field processor was derived. -
getName
String getName()The name of the field for which this is the processor.nullfor the query itself. Experimental. -
newExecBuilder
GraphQlFieldExecBuilder<K> newExecBuilder()
-