Uses of Annotation Interface
org.apache.juneau.rest.annotation.Rest
Packages that use Rest
Package
Description
REST Annotations
Predefined REST configuration interfaces
- 
Uses of Rest in org.apache.juneau.examples.restClasses in org.apache.juneau.examples.rest with annotations of type RestModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample resource that allows images to be uploaded and retrieved.classSample resource that allows images to be uploaded and retrieved.classSample REST resource for echoing HttpServletRequests back to the browser.classSample REST resource showing how to implement a "router" resource page.classSample resource that allows images to be uploaded and retrieved.
- 
Uses of Rest in org.apache.juneau.examples.rest.dtoClasses in org.apache.juneau.examples.rest.dto with annotations of type RestModifier and TypeClassDescriptionclassSample resource that shows how to generate ATOM feeds.classSample REST resource showing how to implement a nested "router" resource page.classSample resource that shows how to serialize JSON-Schema documents.
- 
Uses of Rest in org.apache.juneau.examples.rest.springbootClasses in org.apache.juneau.examples.rest.springboot with annotations of type RestModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of Rest in org.apache.juneau.microservice.jetty.resourcesClasses in org.apache.juneau.microservice.jetty.resources with annotations of type Rest
- 
Uses of Rest in org.apache.juneau.microservice.resourcesClasses in org.apache.juneau.microservice.resources with annotations of type RestModifier and TypeClassDescriptionclassShows contents of the microservice configuration file.classREST resource that allows access to a file system directory.classREST resource for viewing and accessing log files.classSample root REST resource.classProvides the capability to shut down this REST microservice through a REST call.
- 
Uses of Rest in org.apache.juneau.microservice.springboot.templateClasses in org.apache.juneau.microservice.springboot.template with annotations of type RestModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of Rest in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as RestMethods in org.apache.juneau.rest.annotation that return RestModifier and TypeMethodDescriptionRestAnnotation.Builder.build()Instantiates a new@Restobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestModifier and TypeMethodDescriptionvoidRestAnnotation.RestContextApply.apply(AnnotationInfo<Rest> ai, RestContext.Builder b) voidRestAnnotation.RestOpContextApply.apply(AnnotationInfo<Rest> ai, RestOpContext.Builder b) 
- 
Uses of Rest in org.apache.juneau.rest.configClasses in org.apache.juneau.rest.config with annotations of type RestModifier and TypeInterfaceDescriptioninterfaceBasic configuration for a REST resource that supports JSON 5 transport.interfaceBasic configuration for a REST resource that supports JSON transport.interfaceBasic configuration for a REST resource that supports JSON and HTML transport.interfaceBasic configuration for a REST resource that supports OpenAPI transport.interfacePredefined configuration for a REST resource that supports all languages and provides common default configuration values.interfacePredefined REST configuration that defines common default values for all configurations.
- 
Uses of Rest in org.apache.juneau.rest.servletClasses in org.apache.juneau.rest.servlet with annotations of type RestModifier and TypeClassDescriptionclassIdentical toBasicRestServletbut doesn't extend fromHttpServlet.classIdentical toBasicRestServletGroupbut doesn't extend fromHttpServlet.classSubclass ofRestServletwith default settings and standard methods defined.classSpecialized subclass ofBasicRestServletfor showing "group" pages.
- 
Uses of Rest in org.apache.juneau.rest.springbootClasses in org.apache.juneau.rest.springboot with annotations of type RestModifier and TypeClassDescriptionclassSubclass ofSpringRestServletwith default settings and standard methods defined.classSpecialized subclass ofBasicSpringRestServletfor showing "group" pages.
- 
Uses of Rest in org.apache.juneau.server.config.restClasses in org.apache.juneau.server.config.rest with annotations of type Rest