Uses of Class
org.apache.juneau.rest.RestOperations
Packages that use RestOperations
Package
Description
REST Server API
REST Annotations
-
Uses of RestOperations in org.apache.juneau.rest
Subclasses of RestOperations in org.apache.juneau.restModifier and TypeClassDescriptionfinal class
Represents a null value for theRest.restOperationsClass()
annotation.Methods in org.apache.juneau.rest that return RestOperationsModifier and TypeMethodDescriptionprotected RestOperations
RestOperations.Builder.buildDefault()
RestContext.getRestOperations()
Returns the REST Java methods defined in this resource.Method parameters in org.apache.juneau.rest with type arguments of type RestOperationsModifier and TypeMethodDescriptionRestContext.Builder.restOperationsClass
(Class<? extends RestOperations> value) REST operations class. -
Uses of RestOperations in org.apache.juneau.rest.annotation
Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestOperationsModifier and TypeMethodDescriptionRestAnnotation.Builder.restOperationsClass
(Class<? extends RestOperations> value) Sets theRest.restOperationsClass()
property on this annotation.