Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestPost
Packages that use RestPost
Package
Description
REST Annotations
Remote service API
- 
Uses of RestPost in org.apache.juneau.examples.restMethods in org.apache.juneau.examples.rest with annotations of type RestPostModifier and TypeMethodDescriptionPhotosResource.setPhoto(BufferedImage image) [HTTP POST /photos] POST request handler.
- 
Uses of RestPost in org.apache.juneau.microservice.jetty.resourcesMethods in org.apache.juneau.microservice.jetty.resources with annotations of type RestPostModifier and TypeMethodDescriptionDebugResource.createJettyDump(RestRequest req, RestResponse res) [POST /jetty/dump] - Generates and saves the jetty thread dump file to jetty-thread-dump.log.
- 
Uses of RestPost in org.apache.juneau.microservice.resourcesMethods in org.apache.juneau.microservice.resources with annotations of type RestPost
- 
Uses of RestPost in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as RestPostMethods in org.apache.juneau.rest.annotation that return RestPostModifier and TypeMethodDescriptionRestPostAnnotation.Builder.build()Instantiates a new@RestPostobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestPostModifier and TypeMethodDescriptionvoidRestPostAnnotation.RestOpContextApply.apply(AnnotationInfo<RestPost> ai, RestOpContext.Builder b) 
- 
Uses of RestPost in org.apache.juneau.rest.remoteMethods in org.apache.juneau.rest.remote with annotations of type RestPostModifier and TypeMethodDescriptionRrpcServlet.invoke(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod)