openapi-validator
0.1.0
jvm
core
/
io.github.stefankoppier.openapi.validator.core.rules.primitives
Package-level
declarations
Types
Types
Any
Rule
Link copied to clipboard
class
AnyRule
:
ValidationRule
<
Any
>
Big
Decimal
Rule
Link copied to clipboard
class
BigDecimalRule
:
ValidationRule
<
BigDecimal
>
Boolean
Rule
Link copied to clipboard
class
BooleanRule
:
ValidationRule
<
Boolean
>
Enum
Rule
Link copied to clipboard
class
EnumRule
<
T
:
Enum
<
*
>
>
:
ValidationRule
<
T
>
Integer
Rule
Link copied to clipboard
class
IntegerRule
:
ValidationRule
<
Int
>
Iterable
Rule
Link copied to clipboard
abstract
class
IterableRule
<
T
:
Any
>
:
ValidationRule
<
Iterable
<
T
>
>
Iterable
String
Rule
Link copied to clipboard
class
IterableStringRule
:
IterableRule
<
String
>
String
Rule
Link copied to clipboard
open
class
StringRule
:
ValidationRule
<
String
>
URIRule
Link copied to clipboard
class
URIRule
:
ValidationRule
<
URI
>
URLRule
Link copied to clipboard
class
URLRule
:
ValidationRule
<
URL
>