Class PackageBasedInterfaceStrategy
- java.lang.Object
-
- io.leangen.graphql.generator.mapping.strategy.AbstractInterfaceMappingStrategy
-
- io.leangen.graphql.generator.mapping.strategy.PackageBasedInterfaceStrategy
-
- All Implemented Interfaces:
InterfaceMappingStrategy
public class PackageBasedInterfaceStrategy extends AbstractInterfaceMappingStrategy
- Author:
- Bojan Tomic (kaqqao)
-
-
Constructor Summary
Constructors Constructor Description PackageBasedInterfaceStrategy(String packageName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsInterface(AnnotatedType inter)-
Methods inherited from class io.leangen.graphql.generator.mapping.strategy.AbstractInterfaceMappingStrategy
getInterfaces, supports, withClassMapping, withFilters, withUnresolvableInterfacesIgnored
-
-
-
-
Constructor Detail
-
PackageBasedInterfaceStrategy
public PackageBasedInterfaceStrategy(String packageName)
-
-
Method Detail
-
supportsInterface
public boolean supportsInterface(AnnotatedType inter)
- Specified by:
supportsInterfacein classAbstractInterfaceMappingStrategy
-
-