Interface BeanDeploymentValidator.ValidationContext

All Superinterfaces:
BuildExtension.BuildContext
Enclosing interface:
BeanDeploymentValidator

public static interface BeanDeploymentValidator.ValidationContext extends BuildExtension.BuildContext
  • Method Details

    • addDeploymentProblem

      void addDeploymentProblem(Throwable t)
    • getDeploymentProblems

      List<Throwable> 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 unused and were removed from the deployment
    • getInjectionPoints

      default Collection<InjectionPointInfo> getInjectionPoints()