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.restMethods 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.dtoMethods 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.resourcesMethods 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.RedirectToRootDirectoryResource.updateFile(InputStream is, String path) 
- 
Uses of RestPut in org.apache.juneau.rest.annotationFields 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@RestPutobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestPutModifier and TypeMethodDescriptionvoidRestPutAnnotation.RestOpContextApply.apply(AnnotationInfo<RestPut> ai, RestOpContext.Builder b)