public class DefaultImplementationDiscoveryStrategy extends Object implements ImplementationDiscoveryStrategy
| Constructor and Description |
|---|
DefaultImplementationDiscoveryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedType> |
findImplementations(AnnotatedType type,
String[] scanPackages,
BuildContext buildContext) |
DefaultImplementationDiscoveryStrategy |
withFilters(Predicate<io.github.classgraph.ClassInfo>... filters) |
DefaultImplementationDiscoveryStrategy |
withNonPublicClasses() |
public DefaultImplementationDiscoveryStrategy()
public List<AnnotatedType> findImplementations(AnnotatedType type, String[] scanPackages, BuildContext buildContext)
findImplementations in interface ImplementationDiscoveryStrategypublic DefaultImplementationDiscoveryStrategy withNonPublicClasses()
@SafeVarargs public final DefaultImplementationDiscoveryStrategy withFilters(Predicate<io.github.classgraph.ClassInfo>... filters)
Copyright © 2016–2018. All rights reserved.