Uses of Class
io.leangen.graphql.generator.mapping.strategy.DefaultImplementationDiscoveryStrategy
-
Packages that use DefaultImplementationDiscoveryStrategy Package Description io.leangen.graphql.generator.mapping.strategy -
-
Uses of DefaultImplementationDiscoveryStrategy in io.leangen.graphql.generator.mapping.strategy
Methods in io.leangen.graphql.generator.mapping.strategy that return DefaultImplementationDiscoveryStrategy Modifier and Type Method Description DefaultImplementationDiscoveryStrategyDefaultImplementationDiscoveryStrategy. withAdditionalImplementations(Class<?>... additionalImplementations)DefaultImplementationDiscoveryStrategyDefaultImplementationDiscoveryStrategy. withFilters(Predicate<io.github.classgraph.ClassInfo>... filters)DefaultImplementationDiscoveryStrategyDefaultImplementationDiscoveryStrategy. withNonPublicClasses()
-