Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriBuilder
-
Packages that use ResteasyUriBuilder Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.core org.jboss.resteasy.spi.touri -
-
Uses of ResteasyUriBuilder in org.jboss.resteasy.client
Fields in org.jboss.resteasy.client declared as ResteasyUriBuilder Modifier and Type Field Description protected ResteasyUriBuilder
ClientRequest. uri
Deprecated. -
Uses of ResteasyUriBuilder in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as ResteasyUriBuilder Modifier and Type Field Description protected ResteasyUriBuilder
ClientInvoker. uri
-
Uses of ResteasyUriBuilder in org.jboss.resteasy.spi.touri
Methods in org.jboss.resteasy.spi.touri that return ResteasyUriBuilder Modifier and Type Method Description protected abstract ResteasyUriBuilder
AbstractURITemplateAnnotationResolver. getUriBuilder(java.lang.Class<? extends java.lang.Object> clazz)
protected ResteasyUriBuilder
MappedByAnnotationResolver. getUriBuilder(java.lang.Class<? extends java.lang.Object> clazz)
protected ResteasyUriBuilder
URITemplateAnnotationResolver. getUriBuilder(java.lang.Class<? extends java.lang.Object> clazz)
-