Interface ResteasyBeanContainer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ResteasyBeanContainer
A container for CDI-managed Jakarta REST components discovered during processing. This is a read-only view of the components that is populated by the ResteasyCdiExtension.
Author:
James R. Perkins
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(Class<?> type)
    Checks if the type is manged by the CDI container.
  • Method Details

    • contains

      boolean contains(Class<?> type)
      Checks if the type is manged by the CDI container.
      Parameters:
      type - the type to check
      Returns:
      true if the resource exists in this container, otherwise false