Uses of Class
org.jboss.resteasy.spi.ResteasyUriBuilder
-
Packages that use ResteasyUriBuilder Package Description org.jboss.resteasy.plugins.touri org.jboss.resteasy.specimpl org.jboss.resteasy.spi -
-
Uses of ResteasyUriBuilder in org.jboss.resteasy.plugins.touri
Methods in org.jboss.resteasy.plugins.touri that return ResteasyUriBuilder Modifier and Type Method Description protected abstract ResteasyUriBuilder
AbstractURITemplateAnnotationResolver. getUriBuilder(Class<? extends Object> clazz)
protected ResteasyUriBuilder
MappedByAnnotationResolver. getUriBuilder(Class<? extends Object> clazz)
protected ResteasyUriBuilder
URITemplateAnnotationResolver. getUriBuilder(Class<? extends Object> clazz)
-
Uses of ResteasyUriBuilder in org.jboss.resteasy.specimpl
Subclasses of ResteasyUriBuilder in org.jboss.resteasy.specimpl Modifier and Type Class Description class
ResteasyUriBuilderImpl
-
Uses of ResteasyUriBuilder in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyUriBuilder Modifier and Type Method Description static ResteasyUriBuilder
ResteasyUriBuilder. fromTemplate(String uriTemplate)
You may put path parameters anywhere within the uriTemplate except port.
-