| Package | Description |
|---|---|
| io.swagger.inflector.controllers | |
| io.swagger.inflector.schema |
| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerOperationController.validate(java.lang.Object o,
io.swagger.models.Model model,
SchemaValidator.Direction direction) |
void |
SwaggerOperationController.validate(java.lang.Object o,
io.swagger.models.properties.Property property,
SchemaValidator.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaValidator.Direction |
SchemaValidator.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaValidator.Direction[] |
SchemaValidator.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SchemaValidator.validate(java.lang.Object o,
java.lang.String schema,
SchemaValidator.Direction direction) |
Copyright © 2019. All Rights Reserved.