Uses of Class
net.morimekta.providence.graphql.gql.GQLFragmentDefinition
-
Packages that use GQLFragmentDefinition Package Description net.morimekta.providence.graphql.gql -
-
Uses of GQLFragmentDefinition in net.morimekta.providence.graphql.gql
Methods in net.morimekta.providence.graphql.gql that return GQLFragmentDefinition Modifier and Type Method Description GQLFragmentDefinitionGQLFragmentReference. getDefinition()Constructor parameters in net.morimekta.providence.graphql.gql with type arguments of type GQLFragmentDefinition Constructor Description GQLFragmentReference(java.lang.String name, net.morimekta.providence.descriptor.PMessageDescriptor<?> parentDescriptor, java.util.Map<java.lang.String,GQLFragmentDefinition> fragmentMap)A fragment reference.
-