Uses of Class
io.smallrye.graphql.schema.model.AdaptTo
-
-
Uses of AdaptTo in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return AdaptTo Modifier and Type Method Description AdaptToField. getAdaptTo()AdaptToReference. getAdaptTo()Methods in io.smallrye.graphql.schema.model with parameters of type AdaptTo Modifier and Type Method Description voidField. setAdaptTo(AdaptTo adaptTo)voidReference. setAdaptTo(AdaptTo adaptTo)Constructors in io.smallrye.graphql.schema.model with parameters of type AdaptTo Constructor Description Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension, AdaptTo adaptTo, AdaptWith adaptWith, List<DirectiveInstance> directiveInstances)
-