Uses of Interface
graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail
-
Packages that use SchemaDifference.DirectiveModificationDetail Package Description graphql.schema.diffing.ana -
-
Uses of SchemaDifference.DirectiveModificationDetail in graphql.schema.diffing.ana
Classes in graphql.schema.diffing.ana that implement SchemaDifference.DirectiveModificationDetail Modifier and Type Class Description static classSchemaDifference.AppliedDirectiveAdditionstatic classSchemaDifference.AppliedDirectiveDeletionstatic classSchemaDifference.DirectiveArgumentAdditionstatic classSchemaDifference.DirectiveArgumentDefaultValueModificationstatic classSchemaDifference.DirectiveArgumentDeletionstatic classSchemaDifference.DirectiveArgumentRenamestatic classSchemaDifference.DirectiveArgumentTypeModificationFields in graphql.schema.diffing.ana with type parameters of type SchemaDifference.DirectiveModificationDetail Modifier and Type Field Description private java.util.List<SchemaDifference.DirectiveModificationDetail>SchemaDifference.DirectiveModification. detailsMethods in graphql.schema.diffing.ana with type parameters of type SchemaDifference.DirectiveModificationDetail Modifier and Type Method Description <T extends SchemaDifference.DirectiveModificationDetail>
java.util.List<T>SchemaDifference.DirectiveModification. getDetails(java.lang.Class<? extends T> clazz)Methods in graphql.schema.diffing.ana that return types with arguments of type SchemaDifference.DirectiveModificationDetail Modifier and Type Method Description java.util.List<SchemaDifference.DirectiveModificationDetail>SchemaDifference.DirectiveModification. getDetails()
-