Uses of Class
io.leangen.graphql.metadata.strategy.query.DefaultOperationBuilder.TypeInference
-
Packages that use DefaultOperationBuilder.TypeInference Package Description io.leangen.graphql.metadata.strategy.query -
-
Uses of DefaultOperationBuilder.TypeInference in io.leangen.graphql.metadata.strategy.query
Methods in io.leangen.graphql.metadata.strategy.query that return DefaultOperationBuilder.TypeInference Modifier and Type Method Description static DefaultOperationBuilder.TypeInferenceDefaultOperationBuilder.TypeInference. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultOperationBuilder.TypeInference[]DefaultOperationBuilder.TypeInference. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.leangen.graphql.metadata.strategy.query with parameters of type DefaultOperationBuilder.TypeInference Constructor Description DefaultOperationBuilder(DefaultOperationBuilder.TypeInference typeInference)
-