Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 1.2 KB

File metadata and controls

30 lines (24 loc) · 1.2 KB

ObjectWithValidations

org.openapijsonschematools.client.components.schemas.ObjectWithValidations.java public class ObjectWithValidations

A class that contains necessary nested

  • schema classes (which validate payloads), extends JsonSchema

Nested Class Summary

Modifier and Type Class and Description
static class ObjectWithValidations.ObjectWithValidations1
schema class

ObjectWithValidations1

public static class ObjectWithValidations1
extends JsonSchema

A schema class that validates payloads

Field Summary

Modifier and Type Field and Description
Set<Class<?>> type = Set.of(Map.class)
Integer minProperties = 2

Method Summary

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]