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