Package graphql.schema.diffing.ana
Class SchemaDifference.AppliedDirectiveObjectLocation
- java.lang.Object
-
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveObjectLocation
-
- All Implemented Interfaces:
SchemaDifference.AppliedDirectiveLocationDetail
- Enclosing interface:
- SchemaDifference
public static class SchemaDifference.AppliedDirectiveObjectLocation extends java.lang.Object implements SchemaDifference.AppliedDirectiveLocationDetail
-
-
Constructor Summary
Constructors Constructor Description AppliedDirectiveObjectLocation(java.lang.String name, java.lang.String directiveName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDirectiveName()
java.lang.String
getName()
-