Uses of Annotation Interface
org.apache.juneau.http.annotation.Content
Packages that use Content
Package
Description
- 
Uses of Content in org.apache.juneau.examples.restMethod parameters in org.apache.juneau.examples.rest with annotations of type ContentModifier and TypeMethodDescriptionPhotosResource.addPhoto(int id, BufferedImage image) [HTTP PUT /photos/{id}] PUT request handler.PhotosResource.setPhoto(BufferedImage image) [HTTP POST /photos] POST request handler.
- 
Uses of Content in org.apache.juneau.examples.rest.dtoMethod parameters in org.apache.juneau.examples.rest.dto with annotations of type ContentModifier 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 Content in org.apache.juneau.http.annotationFields in org.apache.juneau.http.annotation declared as ContentMethods in org.apache.juneau.http.annotation that return ContentModifier and TypeMethodDescriptionContentAnnotation.Builder.build()Instantiates a new@Contentobject initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type ContentModifier and TypeMethodDescriptionstatic booleanReturnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type ContentModifier and TypeMethodDescriptionvoidContentAnnotation.Applier.apply(AnnotationInfo<Content> ai, BeanContext.Builder b) 
- 
Uses of Content in org.apache.juneau.microservice.resourcesMethod parameters in org.apache.juneau.microservice.resources with annotations of type ContentModifier 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)