Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestDelete
Packages that use RestDelete
Package
Description
REST Server Examples
Predefined Microservice Resources
REST Annotations
-
Uses of RestDelete in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest with annotations of type RestDeleteModifier and TypeMethodDescriptionPhotosResource.deletePhoto(int id) [HTTP DELETE /photos/{id}] DELETE request handler -
Uses of RestDelete in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources with annotations of type RestDeleteModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRootDirectoryResource.deleteFile(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRootLogsResource.deleteFile(String path) -
Uses of RestDelete in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestDeleteModifier and TypeFieldDescriptionstatic final RestDeleteRestDeleteAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.rest.annotation that return RestDeleteModifier and TypeMethodDescriptionRestDeleteAnnotation.Builder.build()Instantiates a new@RestDeleteobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestDeleteModifier and TypeMethodDescriptionvoidRestDeleteAnnotation.RestOpContextApply.apply(AnnotationInfo<RestDelete> ai, RestOpContext.Builder b)