Uses of Class
org.apache.juneau.rest.annotation.RestPatchAnnotation.Builder
Packages that use RestPatchAnnotation.Builder
- 
Uses of RestPatchAnnotation.Builder in org.apache.juneau.rest.annotationMethods in org.apache.juneau.rest.annotation that return RestPatchAnnotation.BuilderModifier and TypeMethodDescriptionRestPatchAnnotation.Builder.clientVersion(String value) Sets theRestPatch.clientVersion()property on this annotation.Sets theRestPatch.consumes()property on this annotation.RestPatchAnnotation.Builder.converters(Class<? extends RestConverter>... value) Sets theRestPatch.converters()property on this annotation.static RestPatchAnnotation.BuilderRestPatchAnnotation.create()Instantiates a new builder for this class.Sets theRestPatch.debug()property on this annotation.RestPatchAnnotation.Builder.defaultAccept(String value) Sets theRestPatch.defaultAccept()property on this annotation.RestPatchAnnotation.Builder.defaultCharset(String value) Sets theRestPatch.defaultCharset()property on this annotation.RestPatchAnnotation.Builder.defaultContentType(String value) Sets theRestPatch.defaultContentType()property on this annotation.RestPatchAnnotation.Builder.defaultRequestAttributes(String... value) Sets theRestPatch.defaultRequestAttributes()property on this annotation.RestPatchAnnotation.Builder.defaultRequestFormData(String... value) Sets theRestPatch.defaultRequestFormData()property on this annotation.RestPatchAnnotation.Builder.defaultRequestHeaders(String... value) Sets theRestPatch.defaultRequestHeaders()property on this annotation.RestPatchAnnotation.Builder.defaultRequestQueryData(String... value) Sets theRestPatch.defaultRequestQueryData()property on this annotation.RestPatchAnnotation.Builder.defaultResponseHeaders(String... value) Sets theRestPatch.defaultResponseHeaders()property on this annotation.Sets theRestPatch.encoders()property on this annotation.Sets theRestPatch.guards()property on this annotation.RestPatchAnnotation.Builder.matchers(Class<? extends RestMatcher>... value) Sets theRestPatch.matchers()property on this annotation.Sets theRestPatch.maxInput()property on this annotation.Sets theRestPatch.parsers()property on this annotation.Sets theRestPatch.path()property on this annotation.Sets theRestPatch.produces()property on this annotation.Sets theRestPatch.roleGuard()property on this annotation.RestPatchAnnotation.Builder.rolesDeclared(String value) Sets theRestPatch.rolesDeclared()property on this annotation.RestPatchAnnotation.Builder.serializers(Class<? extends Serializer>... value) Sets theRestPatch.serializers()property on this annotation.Sets theRestPatch.summary()property on this annotation.Sets theRestPatch.swagger()property on this annotation.Sets theRestPatch.value()property on this annotation.