org.openapijsonschematools.client.components.schemas.ObjectWithValidations.java public class ObjectWithValidations
A class that contains necessary nested
- schema classes (which validate payloads), extends JsonSchema
| Modifier and Type | Class and Description |
|---|---|
| static class | ObjectWithValidations.ObjectWithValidations1 schema class |
public static class ObjectWithValidations1
extends JsonSchema
A schema class that validates payloads
| Modifier and Type | Field and Description |
|---|---|
| Set<Class<?>> | type = Set.of(Map.class) |
| Integer | minProperties = 2 |
| Modifier and Type | Method and Description |
|---|---|
| FrozenMap<String, @Nullable Object> | validate(Map<?, ?> arg, SchemaConfiguration configuration) |
| @Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) |
| [Back to top] [Back to Component Schemas] [Back to README] |