Uses of Class
javax.ws.rs.DefaultValue

Packages that use DefaultValue
com.restfully.shop.services   
com.sun.jersey.server.impl.cdi   
 

Uses of DefaultValue in com.restfully.shop.services
 

Method parameters in com.restfully.shop.services with annotations of type DefaultValue
 Response OrderResource.getOrders(int start, int size, UriInfo uriInfo)
           
 Response OrderResource.getOrdersHeaders(int start, int size, UriInfo uriInfo)
           
 Products ProductResource.getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Uses of DefaultValue in com.sun.jersey.server.impl.cdi
 

Methods in com.sun.jersey.server.impl.cdi that return DefaultValue
 DefaultValue DiscoveredParameter.getDefaultValue()
           
 

Constructors in com.sun.jersey.server.impl.cdi with parameters of type DefaultValue
DiscoveredParameter(Annotation annotation, Type type, DefaultValue defaultValue, boolean encoded)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.