Uses of Annotation Interface
org.apache.juneau.annotation.Schema
Packages that use Schema
Package
Description
HTTP Header Beans
HTTP Response Exception Beans
REST Interface Helper Classes
Remote service API
-
Uses of Schema in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as SchemaMethods in org.apache.juneau.annotation that return SchemaModifier and TypeMethodDescriptionSchemaAnnotation.Builder.build()
Instantiates a new@Schema
object initialized with this builder.Methods in org.apache.juneau.annotation with parameters of type SchemaModifier and TypeMethodDescriptionstatic JsonMap
Converts the specified@Schema annotation into a generic map.static boolean
Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.annotation with type arguments of type SchemaModifier and TypeMethodDescriptionvoid
SchemaAnnotation.Apply.apply
(AnnotationInfo<Schema> ai, Context.Builder b) -
Uses of Schema in org.apache.juneau.http.annotation
Methods in org.apache.juneau.http.annotation with parameters of type SchemaModifier and TypeMethodDescriptionSets theContent.schema()
property on this annotation.Sets theFormData.schema()
property on this annotation.Sets theHeader.schema()
property on this annotation.Sets thePath.schema()
property on this annotation.Sets theQuery.schema()
property on this annotation.Sets theResponse.schema()
property on this annotation. -
Uses of Schema in org.apache.juneau.http.header
Classes in org.apache.juneau.http.header with annotations of type SchemaModifier and TypeClassDescriptionclass
Category of headers that consist of a single boolean value.class
Category of headers that consist of a single integer value.class
Category of headers that consist of a single long value.class
Represents a parsedContent-Encoding HTTP response header. -
Uses of Schema in org.apache.juneau.http.response
Classes in org.apache.juneau.http.response with annotations of type SchemaModifier and TypeClassDescriptionclass
Represents anHTTP 202 Accepted response.class
Represents anHTTP 208 Already Reported response.class
Exception representing an HTTP 400 (Bad Request).class
Exception representing an HTTP 409 (Conflict).class
Represents anHTTP 100 Continue response.class
Represents anHTTP 201 Created response.class
Represents anHTTP 103 Early Hints response.class
Exception representing an HTTP 417 (Expectation Failed).class
Exception representing an HTTP 424 (Failed Dependency).class
Exception representing an HTTP 403 (Forbidden).class
Represents anHTTP 302 Found response.class
Exception representing an HTTP 410 ().class
Exception representing an HTTP 505 ().class
Represents anHTTP 226 IM Used response.class
Exception representing an HTTP 507 ().class
Exception representing an HTTP 500 (Internal Server Error).class
Exception representing an HTTP 411 ().class
Exception representing an HTTP 423 (Locked).class
Exception representing an HTTP 508 (Loop Detected).class
Exception representing an HTTP 405 (Method Not Allowed).class
Exception representing an HTTP 421 (Misdirected Request).class
Represents anHTTP 301 Moved Permanently response.class
Represents anHTTP 300 Multiple Choices response.class
Represents anHTTP 207 Multi-Status response.class
Exception representing an HTTP 511 (Network Authentication Required).class
Represents anHTTP 204 No Content response.class
Represents anHTTP 203 Non-Authoritative Information response.class
Exception representing an HTTP 406 (Not Acceptable).class
Exception representing an HTTP 510 (Not Extended).class
Exception representing an HTTP 404 (Not Found).class
Exception representing an HTTP 501 (Not Implemented).class
Represents anHTTP 304 Not Modified response.class
Represents anHTTP 200 OK response.class
Represents anHTTP 206 Partial Content response.class
Exception representing an HTTP 413 (Payload Too Large).class
Represents anHTTP 308 Permanent Redirect response.class
Exception representing an HTTP 412 (Precondition Failed).class
Exception representing an HTTP 428 (Precondition Required).class
Represents anHTTP 102 Processing response.class
Exception representing an HTTP 416 (Range Not Satisfiable).class
Exception representing an HTTP 431 (Request Header Fields Too Large).class
Represents anHTTP 205 Reset Content response.class
Represents anHTTP 303 See Other response.class
Exception representing an HTTP 503 (Service Unavailable).class
Represents anHTTP 101 Switching Protocols response.class
Represents anHTTP 307 Temporary Redirect response.class
Exception representing an HTTP 429 (Too Many Requests).class
Exception representing an HTTP 401 (Unauthorized).class
Exception representing an HTTP 451 (Unavailable For Legal Reasons).class
Exception representing an HTTP 422 (Unprocessable Entity).class
Exception representing an HTTP 415 (Unsupported Media Type).class
Exception representing an HTTP 426 (Upgrade Required).class
Exception representing an HTTP 414 (URI Too Long).class
Represents anHTTP 305 Use Proxy response.class
Exception representing an HTTP 506 (Variant Also Negotiate). -
Uses of Schema in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources with annotations of type SchemaModifier and TypeClassDescriptionstatic class
class
Method parameters in org.apache.juneau.microservice.resources with annotations of type SchemaModifier and TypeMethodDescriptionConfigResource.getConfigEntry
(String section, String key) ConfigResource.getConfigEntry
(String section, String key) ConfigResource.getConfigSection
(String section) ConfigResource.setConfigContents
(Reader contents) ConfigResource.setConfigContentsFormPost
(String contents) ConfigResource.setConfigSection
(String section, Map<String, Object> contents) ConfigResource.setConfigSection
(String section, Map<String, Object> contents) ConfigResource.setConfigValue
(String section, String key, String value) ConfigResource.setConfigValue
(String section, String key, String value) ConfigResource.setConfigValue
(String section, String key, String value) org.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.updateFile
(InputStream is, String path) -
Uses of Schema in org.apache.juneau.rest.beans
Classes in org.apache.juneau.rest.beans with annotations of type SchemaModifier and TypeClassDescriptionclass
Convenience subclass ofSeeOther
for redirecting a response to the servlet root. -
Uses of Schema in org.apache.juneau.rest.remote
Method parameters in org.apache.juneau.rest.remote with annotations of type SchemaModifier and TypeMethodDescriptionRrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.listMethods
(String javaInterface) RrpcServlet.showEntryForm
(String javaInterface, String javaMethod) RrpcServlet.showEntryForm
(String javaInterface, String javaMethod)