Uses of Class
io.leangen.graphql.generator.JavaDeprecationMappingConfig
-
Packages that use JavaDeprecationMappingConfig Package Description io.leangen.graphql io.leangen.graphql.generator.mapping.common io.leangen.graphql.metadata.strategy.query -
-
Uses of JavaDeprecationMappingConfig in io.leangen.graphql
Fields in io.leangen.graphql declared as JavaDeprecationMappingConfig Modifier and Type Field Description JavaDeprecationMappingConfigGeneratorConfiguration. javaDeprecationConfig -
Uses of JavaDeprecationMappingConfig in io.leangen.graphql.generator.mapping.common
Fields in io.leangen.graphql.generator.mapping.common declared as JavaDeprecationMappingConfig Modifier and Type Field Description protected JavaDeprecationMappingConfigEnumMapper. javaDeprecationConfigConstructors in io.leangen.graphql.generator.mapping.common with parameters of type JavaDeprecationMappingConfig Constructor Description EnumMapper(JavaDeprecationMappingConfig javaDeprecationConfig) -
Uses of JavaDeprecationMappingConfig in io.leangen.graphql.metadata.strategy.query
Methods in io.leangen.graphql.metadata.strategy.query with parameters of type JavaDeprecationMappingConfig Modifier and Type Method Description PublicResolverBuilderPublicResolverBuilder. withJavaDeprecation(JavaDeprecationMappingConfig javaDeprecationConfig)Sets whether and how theDeprecatedannotation should map to GraphQL deprecation
-