Registry / web-framework / cxf-rt-rs-extension-search

cxf-rt-rs-extension-search

JSON →
library4.2.0javamavenunverified

Provides search capabilities for JAX-RS endpoints in Apache CXF.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-search</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-RT-RS-EXTENSIO
C
cxf-rt-rs-extension-search
web-frameworkjavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SearchContext
✓ org.apache.cxf.jaxrs.ext.search.SearchContext

Demonstrates using SearchContext to retrieve a search expression from a JAX-RS request.

import org.apache.cxf.jaxrs.ext.search.SearchContext; public class Example { public void useSearch(SearchContext context) { String query = context.getSearchExpression(); System.out.println("Search query: " + query); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
cxf-rt-rs-extension-search — mvn dependency:get cxf-rt-rs-extension-search · libregistry