Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestPut
Packages that use RestPut
Package
Description
REST Annotations
-
Uses of RestPut in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest with annotations of type RestPutModifier and TypeMethodDescriptionPhotosResource.addPhoto
(int id, BufferedImage image) [HTTP PUT /photos/{id}] PUT request handler. -
Uses of RestPut in org.apache.juneau.examples.rest.dto
Methods in org.apache.juneau.examples.rest.dto with annotations of type RestPutModifier and TypeMethodDescription[HTTP PUT /dto/atom] Overwrite the sample ATOM feedJsonSchemaResource.put
(JsonSchema schema) [HTTP PUT /dto/jsonSchema] Overwrite the JSON-Schema document -
Uses of RestPut in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources with annotations of type RestPutModifier and TypeMethodDescriptionConfigResource.setConfigContents
(Reader contents) ConfigResource.setConfigSection
(String section, Map<String, Object> contents) ConfigResource.setConfigValue
(String section, String key, String value) org.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.updateFile
(InputStream is, String path) -
Uses of RestPut in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestPutMethods in org.apache.juneau.rest.annotation that return RestPutModifier and TypeMethodDescriptionRestPutAnnotation.Builder.build()
Instantiates a new@RestPut
object initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestPutModifier and TypeMethodDescriptionvoid
RestPutAnnotation.RestOpContextApply.apply
(AnnotationInfo<RestPut> ai, RestOpContext.Builder b)