Uses of Interface
org.jboss.resteasy.links.LinksProvider
-
Packages that use LinksProvider Package Description org.jboss.resteasy.links org.jboss.resteasy.links.impl -
-
Uses of LinksProvider in org.jboss.resteasy.links
Methods in org.jboss.resteasy.links that return LinksProvider Modifier and Type Method Description static LinksProvider<Class<?>>
LinksProvider. getClassLinksProvider()
static LinksProvider<Object>
LinksProvider. getObjectLinksProvider()
-
Uses of LinksProvider in org.jboss.resteasy.links.impl
Classes in org.jboss.resteasy.links.impl that implement LinksProvider Modifier and Type Class Description class
ClassLinksProvider
class
ObjectLinksProvider
-