public abstract class AbstractLinksProvider<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Method> |
serviceMethods |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
AbstractLinksProvider(javax.ws.rs.core.UriInfo uriInfo,
ResourceMethodRegistry resourceMethodRegistry) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkEJBConstraint(Method m) |
protected List<LinkResource> |
getLinkResources(Method method) |
abstract RESTServiceDiscovery |
getLinks(T object) |
protected Class<?> |
getServiceType(LinkResource service,
Method m) |
public AbstractLinksProvider(javax.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry resourceMethodRegistry)
public abstract RESTServiceDiscovery getLinks(T object)
protected List<LinkResource> getLinkResources(Method method)
protected boolean checkEJBConstraint(Method m)
protected Class<?> getServiceType(LinkResource service, Method m)
Copyright © 2020 JBoss by Red Hat. All rights reserved.