Interface AbstractInputHandler
-
- All Known Implementing Classes:
AutoScanAbstractInputHandler,NoOpAbstractInputHandler
public interface AbstractInputHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)Set<Type>findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)
-
-
-
Method Detail
-
findConstituentAbstractTypes
Set<Type> findConstituentAbstractTypes(AnnotatedType javaType, BuildContext buildContext)
-
findConcreteSubTypes
List<Class<?>> findConcreteSubTypes(Class<?> abstractType, BuildContext buildContext)
-
-