Uses of Class
org.eclipse.microprofile.openapi.annotations.media.PatternProperty
-
Packages that use PatternProperty Package Description org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples. -
-
Uses of PatternProperty in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return PatternProperty Modifier and Type Method Description PatternProperty[]patternProperties()Applies subschemas against properties matched by regular expressions.PatternProperty[]patternProperties()Applies subschemas against properties matched by regular expressions.
-