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.restSubclasses of RestOperations in org.apache.juneau.restModifier and TypeClassDescriptionfinal classRepresents a null value for theRest.restOperationsClass()annotation.Methods in org.apache.juneau.rest that return RestOperationsModifier and TypeMethodDescriptionprotected RestOperationsRestOperations.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.annotationMethod 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.