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.
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
-
Method Details
-
contains
Checks if the type is manged by the CDI container.- Parameters:
type- the type to check- Returns:
trueif the resource exists in this container, otherwisefalse
-