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.annotationFields in org.apache.juneau.annotation declared as SchemaMethods in org.apache.juneau.annotation that return SchemaModifier and TypeMethodDescriptionSchemaAnnotation.Builder.build()Instantiates a new@Schemaobject initialized with this builder.Methods in org.apache.juneau.annotation with parameters of type SchemaModifier and TypeMethodDescriptionstatic JsonMapConverts the specified@Schema annotation into a generic map.static booleanReturnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.annotation with type arguments of type SchemaModifier and TypeMethodDescriptionvoidSchemaAnnotation.Apply.apply(AnnotationInfo<Schema> ai, Context.Builder b) 
- 
Uses of Schema in org.apache.juneau.http.annotationMethods 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.headerClasses in org.apache.juneau.http.header with annotations of type SchemaModifier and TypeClassDescriptionclassCategory of headers that consist of a single boolean value.classCategory of headers that consist of a single integer value.classCategory of headers that consist of a single long value.classRepresents a parsedContent-Encoding HTTP response header.
- 
Uses of Schema in org.apache.juneau.http.responseClasses in org.apache.juneau.http.response with annotations of type SchemaModifier and TypeClassDescriptionclassRepresents anHTTP 202 Accepted response.classRepresents anHTTP 208 Already Reported response.classException representing an HTTP 400 (Bad Request).classException representing an HTTP 409 (Conflict).classRepresents anHTTP 100 Continue response.classRepresents anHTTP 201 Created response.classRepresents anHTTP 103 Early Hints response.classException representing an HTTP 417 (Expectation Failed).classException representing an HTTP 424 (Failed Dependency).classException representing an HTTP 403 (Forbidden).classRepresents anHTTP 302 Found response.classException representing an HTTP 410 ().classException representing an HTTP 505 ().classRepresents anHTTP 226 IM Used response.classException representing an HTTP 507 ().classException representing an HTTP 500 (Internal Server Error).classException representing an HTTP 411 ().classException representing an HTTP 423 (Locked).classException representing an HTTP 508 (Loop Detected).classException representing an HTTP 405 (Method Not Allowed).classException representing an HTTP 421 (Misdirected Request).classRepresents anHTTP 301 Moved Permanently response.classRepresents anHTTP 300 Multiple Choices response.classRepresents anHTTP 207 Multi-Status response.classException representing an HTTP 511 (Network Authentication Required).classRepresents anHTTP 204 No Content response.classRepresents anHTTP 203 Non-Authoritative Information response.classException representing an HTTP 406 (Not Acceptable).classException representing an HTTP 510 (Not Extended).classException representing an HTTP 404 (Not Found).classException representing an HTTP 501 (Not Implemented).classRepresents anHTTP 304 Not Modified response.classRepresents anHTTP 200 OK response.classRepresents anHTTP 206 Partial Content response.classException representing an HTTP 413 (Payload Too Large).classRepresents anHTTP 308 Permanent Redirect response.classException representing an HTTP 412 (Precondition Failed).classException representing an HTTP 428 (Precondition Required).classRepresents anHTTP 102 Processing response.classException representing an HTTP 416 (Range Not Satisfiable).classException representing an HTTP 431 (Request Header Fields Too Large).classRepresents anHTTP 205 Reset Content response.classRepresents anHTTP 303 See Other response.classException representing an HTTP 503 (Service Unavailable).classRepresents anHTTP 101 Switching Protocols response.classRepresents anHTTP 307 Temporary Redirect response.classException representing an HTTP 429 (Too Many Requests).classException representing an HTTP 401 (Unauthorized).classException representing an HTTP 451 (Unavailable For Legal Reasons).classException representing an HTTP 422 (Unprocessable Entity).classException representing an HTTP 415 (Unsupported Media Type).classException representing an HTTP 426 (Upgrade Required).classException representing an HTTP 414 (URI Too Long).classRepresents anHTTP 305 Use Proxy response.classException representing an HTTP 506 (Variant Also Negotiate).
- 
Uses of Schema in org.apache.juneau.microservice.resourcesClasses in org.apache.juneau.microservice.resources with annotations of type SchemaModifier and TypeClassDescriptionstatic classclassMethod 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.RedirectToRootDirectoryResource.updateFile(InputStream is, String path) 
- 
Uses of Schema in org.apache.juneau.rest.beansClasses in org.apache.juneau.rest.beans with annotations of type SchemaModifier and TypeClassDescriptionclassConvenience subclass ofSeeOtherfor redirecting a response to the servlet root.
- 
Uses of Schema in org.apache.juneau.rest.remoteMethod 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)