Class ExecutableDocument
java.lang.Object
com.predic8.membrane.core.graphql.model.ExecutableDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull List<OperationDefinition>@NotNull List<OperationDefinition>Searches for multiple OperationDefinitions with the same name.inthashCode()voidtoString()
-
Constructor Details
-
ExecutableDocument
public ExecutableDocument() -
ExecutableDocument
-
-
Method Details
-
getOperationDefinitionsByName
Searches for multiple OperationDefinitions with the same name. Is needed by the validator- Parameters:
name-- Returns:
-
parse
- Throws:
IOExceptionParsingException
-
getOperationDefinitions
-
equals
-
hashCode
public int hashCode() -
toString
-
getExecutableDefinitions
-