Package io.quarkus.arc.processor
Interface BeanDeploymentValidator.ValidationContext
- All Superinterfaces:
BuildExtension.BuildContext
- Enclosing interface:
BeanDeploymentValidator
public static interface BeanDeploymentValidator.ValidationContext
extends BuildExtension.BuildContext
-
Method Summary
Methods inherited from interface io.quarkus.arc.processor.BuildExtension.BuildContext
get, put
-
Method Details
-
addDeploymentProblem
-
getDeploymentProblems
-
beans
BeanStream beans()- Returns:
- a new stream of beans that form the deployment
-
removedBeans
BeanStream removedBeans()- Returns:
- a new stream of beans that are considered
unusedand were removed from the deployment
-
getInjectionPoints
-