Uses of Class
io.leangen.graphql.generator.mapping.strategy.AbstractInterfaceMappingStrategy
-
Packages that use AbstractInterfaceMappingStrategy Package Description io.leangen.graphql.generator.mapping.strategy -
-
Uses of AbstractInterfaceMappingStrategy in io.leangen.graphql.generator.mapping.strategy
Subclasses of AbstractInterfaceMappingStrategy in io.leangen.graphql.generator.mapping.strategy Modifier and Type Class Description classAnnotatedInterfaceStrategyclassPackageBasedInterfaceStrategyclassSuperTypeBasedInterfaceStrategyMethods in io.leangen.graphql.generator.mapping.strategy that return AbstractInterfaceMappingStrategy Modifier and Type Method Description AbstractInterfaceMappingStrategyAbstractInterfaceMappingStrategy. withClassMapping(boolean mapClasses)AbstractInterfaceMappingStrategyAbstractInterfaceMappingStrategy. withFilters(Predicate<Class>... filters)AbstractInterfaceMappingStrategyAbstractInterfaceMappingStrategy. withUnresolvableInterfacesIgnored()
-