Class InterfaceTypeDefinition
java.lang.Object
com.predic8.membrane.core.graphql.model.InterfaceTypeDefinition
- All Implemented Interfaces:
Definition,TypeSystemDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceTypeDefinition(String description, String name, List<NamedType> implementsInterfaces, List<Directive> directives, List<FieldDefinition> fieldDefinitions) -
Method Summary
-
Constructor Details
-
InterfaceTypeDefinition
public InterfaceTypeDefinition() -
InterfaceTypeDefinition
-
-
Method Details
-
parse
- Specified by:
parsein interfaceDefinition- Throws:
IOExceptionParsingException
-
setDescription
- Specified by:
setDescriptionin interfaceTypeSystemDefinition
-
equals
-
hashCode
public int hashCode() -
toString
-