Uses of Class
org.apache.juneau.http.annotation.PathRemainderAnnotation.Builder
Packages that use PathRemainderAnnotation.Builder
-
Uses of PathRemainderAnnotation.Builder in org.apache.juneau.http.annotation
Methods in org.apache.juneau.http.annotation that return PathRemainderAnnotation.BuilderModifier and TypeMethodDescriptionPathRemainderAnnotation.create()Instantiates a new builder for this class.Instantiates a new builder for this class.Instantiates a new builder for this class.Sets thePathRemainder.def()property on this annotation.PathRemainderAnnotation.Builder.description(String... value) Sets thePathRemainder.description()property on this annotation.PathRemainderAnnotation.Builder.on(MethodInfo... value) PathRemainderAnnotation.Builder.parser(Class<? extends HttpPartParser> value) Sets thePathRemainder.parser()property on this annotation.Sets thePathRemainder.schema()property on this annotation.PathRemainderAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets thePathRemainder.serializer()property on this annotation.