Class RestLinksProviderImpl
java.lang.Object
io.quarkus.resteasy.reactive.links.runtime.RestLinksProviderImpl
- All Implemented Interfaces:
RestLinksProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Collection<jakarta.ws.rs.core.Link>getInstanceLinks(T instance) Collection<jakarta.ws.rs.core.Link>getTypeLinks(Class<?> elementType) (package private) static voidsetGetterAccessorsContainer(GetterAccessorsContainer getterAccessorsContainer) (package private) static voidsetLinksContainer(LinksContainer context)
-
Constructor Details
-
RestLinksProviderImpl
RestLinksProviderImpl(jakarta.ws.rs.core.UriInfo uriInfo)
-
-
Method Details
-
setLinksContainer
-
setGetterAccessorsContainer
-
getTypeLinks
- Specified by:
getTypeLinksin interfaceRestLinksProvider- Parameters:
elementType- The resource type.- Returns:
- the web links associated with the element type.
-
getInstanceLinks
- Specified by:
getInstanceLinksin interfaceRestLinksProvider- Type Parameters:
T- the resource generic type.- Parameters:
instance- the resource instance.- Returns:
- the web links associated with the instance.
-