You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build item that provides a `Predicate` to detect and validate classes defining REST endpoints.
7094
+
This can include resources in RESTEasy or controllers in the Spring ecosystem. It acts as a Service Provider Interface (SPI) to allow customization of the validation logic for endpoint detection, enabling integration with various frameworks or specific application needs.
7095
+
7096
+
The `Predicate` evaluates `ClassInfo` instances to determine whether a class defines a REST endpoint according to the provided logic.
A build item that provides a `Predicate` to detect and validate classes defining REST endpoints.
7539
+
This can include resources in RESTEasy or controllers in the Spring ecosystem. It acts as a Service Provider Interface (SPI) to allow customization of the validation logic for endpoint detection, enabling integration with various frameworks or specific application needs.
7540
+
7541
+
The `Predicate` evaluates `ClassInfo` instances to determine whether a class defines a REST endpoint according to the provided logic.
0 commit comments