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.rest
Classes in org.apache.juneau.examples.rest with annotations of type RestModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample resource that allows images to be uploaded and retrieved.class
Sample resource that allows images to be uploaded and retrieved.class
Sample REST resource for echoing HttpServletRequests back to the browser.class
Sample REST resource showing how to implement a "router" resource page.class
Sample resource that allows images to be uploaded and retrieved. -
Uses of Rest in org.apache.juneau.examples.rest.dto
Classes in org.apache.juneau.examples.rest.dto with annotations of type RestModifier and TypeClassDescriptionclass
Sample resource that shows how to generate ATOM feeds.class
Sample REST resource showing how to implement a nested "router" resource page.class
Sample resource that shows how to serialize JSON-Schema documents. -
Uses of Rest in org.apache.juneau.examples.rest.springboot
Classes in org.apache.juneau.examples.rest.springboot with annotations of type RestModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample REST resource showing how to implement a "router" resource page. -
Uses of Rest in org.apache.juneau.microservice.jetty.resources
Classes in org.apache.juneau.microservice.jetty.resources with annotations of type Rest -
Uses of Rest in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources with annotations of type RestModifier and TypeClassDescriptionclass
Shows contents of the microservice configuration file.class
REST resource that allows access to a file system directory.class
REST resource for viewing and accessing log files.class
Sample root REST resource.class
Provides the capability to shut down this REST microservice through a REST call. -
Uses of Rest in org.apache.juneau.microservice.springboot.template
Classes in org.apache.juneau.microservice.springboot.template with annotations of type RestModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample REST resource showing how to implement a "router" resource page. -
Uses of Rest in org.apache.juneau.rest.annotation
Fields 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@Rest
object initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestModifier and TypeMethodDescriptionvoid
RestAnnotation.RestContextApply.apply
(AnnotationInfo<Rest> ai, RestContext.Builder b) void
RestAnnotation.RestOpContextApply.apply
(AnnotationInfo<Rest> ai, RestOpContext.Builder b) -
Uses of Rest in org.apache.juneau.rest.config
Classes in org.apache.juneau.rest.config with annotations of type RestModifier and TypeInterfaceDescriptioninterface
Basic configuration for a REST resource that supports JSON 5 transport.interface
Basic configuration for a REST resource that supports JSON transport.interface
Basic configuration for a REST resource that supports JSON and HTML transport.interface
Basic configuration for a REST resource that supports OpenAPI transport.interface
Predefined configuration for a REST resource that supports all languages and provides common default configuration values.interface
Predefined REST configuration that defines common default values for all configurations. -
Uses of Rest in org.apache.juneau.rest.servlet
Classes in org.apache.juneau.rest.servlet with annotations of type RestModifier and TypeClassDescriptionclass
Identical toBasicRestServlet
but doesn't extend fromHttpServlet
.class
Identical toBasicRestServletGroup
but doesn't extend fromHttpServlet
.class
Subclass ofRestServlet
with default settings and standard methods defined.class
Specialized subclass ofBasicRestServlet
for showing "group" pages. -
Uses of Rest in org.apache.juneau.rest.springboot
Classes in org.apache.juneau.rest.springboot with annotations of type RestModifier and TypeClassDescriptionclass
Subclass ofSpringRestServlet
with default settings and standard methods defined.class
Specialized subclass ofBasicSpringRestServlet
for showing "group" pages. -
Uses of Rest in org.apache.juneau.server.config.rest
Classes in org.apache.juneau.server.config.rest with annotations of type Rest