Uses of Class
com.sun.jersey.api.model.AbstractSetterMethod

Packages that use AbstractSetterMethod
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.server.impl.modelapi.validation   
 

Uses of AbstractSetterMethod in com.sun.jersey.api.model
 

Methods in com.sun.jersey.api.model that return types with arguments of type AbstractSetterMethod
 List<AbstractSetterMethod> AbstractResource.getSetterMethods()
           
 

Methods in com.sun.jersey.api.model with parameters of type AbstractSetterMethod
 void AbstractModelVisitor.visitAbstractSetterMethod(AbstractSetterMethod setterMethod)
           
 

Uses of AbstractSetterMethod in com.sun.jersey.server.impl.modelapi.validation
 

Methods in com.sun.jersey.server.impl.modelapi.validation with parameters of type AbstractSetterMethod
 void BasicValidator.visitAbstractSetterMethod(AbstractSetterMethod setterMethod)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.