Class GraphQLEndpointImpl
java.lang.Object
se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
se.liu.ida.hefquin.federation.members.impl.GraphQLEndpointImpl
- All Implemented Interfaces:
FederationMember,GraphQLEndpoint
-
Field Summary
FieldsFields inherited from class se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.liu.ida.hefquin.federation.members.impl.BaseForFederationMember
getIDMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.federation.FederationMember
getIDMethods inherited from interface se.liu.ida.hefquin.federation.members.GraphQLEndpoint
isSupportedPattern, supportsMoreThanTriplePatterns
-
Field Details
-
url
-
schema
-
-
Constructor Details
-
GraphQLEndpointImpl
-
-
Method Details
-
getURL
Description copied from interface:GraphQLEndpointReturns the URL at which this GraphQL endpoint can be reached.- Specified by:
getURLin interfaceGraphQLEndpoint
-
getSchema
- Specified by:
getSchemain interfaceGraphQLEndpoint
-
toString
-
equals
- Overrides:
equalsin classBaseForFederationMember
-