Annotation Interface UrlSegment
An annotation that applies to
Can be combined with
String
and limits the character set of the
annotated type to valid URL segment characters, as described in RFC 3986, appendix A. Can be combined with
WithUtf8Length
to limit the length of the generated string.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines the scope of the annotation.
-
Element Details
-
constraint
String constraintDefines the scope of the annotation. Possible values are defined inPropertyConstraint
.- Default:
"JAZZER_PROPERTY_CONSTRAINT_DECLARATION"
-