Uses of Class
org.apache.juneau.http.annotation.PathAnnotation.Builder
Packages that use PathAnnotation.Builder
-
Uses of PathAnnotation.Builder in org.apache.juneau.http.annotation
Methods in org.apache.juneau.http.annotation that return PathAnnotation.BuilderModifier and TypeMethodDescriptionstatic PathAnnotation.Builder
PathAnnotation.create()
Instantiates a new builder for this class.static PathAnnotation.Builder
Instantiates a new builder for this class.static PathAnnotation.Builder
Instantiates a new builder for this class.Sets thePath.name()
property on this annotation.Sets thePath.name()
property on this annotation.PathAnnotation.Builder.parser
(Class<? extends HttpPartParser> value) Sets thePath.parser()
property on this annotation.Sets thePath.schema()
property on this annotation.PathAnnotation.Builder.serializer
(Class<? extends HttpPartSerializer> value) Sets thePath.serializer()
property on this annotation.Sets thePath.value()
property on this annotation.