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

Latest commit

 

History

History
35 lines (29 loc) · 1.92 KB

File metadata and controls

35 lines (29 loc) · 1.92 KB

SomeObject

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

A class that contains necessary nested schema classes, and classes to store validated list and map payloads

Nested Class Summary

Modifier and Type Class and Description
static class SomeObject.SomeObject1
schema class

SomeObject1

public static class SomeObject1
extends JsonSchema

A schema class that validates payloads

Field Summary

Modifier and Type Field and Description
static LinkedHashMap<String, KeywordValidator> keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("allOf", new AllOfValidator(List.of(
        ObjectInterface.ObjectInterface1.class
    )))
));

Method Summary

Modifier and Type Method and Description
static String validate(String arg, SchemaConfiguration configuration)
static Void validate(Void arg, SchemaConfiguration configuration)
static int validate(int arg, SchemaConfiguration configuration)
static long validate(long arg, SchemaConfiguration configuration)
static float validate(float arg, SchemaConfiguration configuration)
static double validate(double arg, SchemaConfiguration configuration)
static boolean validate(boolean arg, SchemaConfiguration configuration)
static FrozenMap<String, Object> Map<String, Object> arg, SchemaConfiguration configuration)
FrozenList validate(List arg, SchemaConfiguration configuration)

[Back to top] [Back to Component Schemas] [Back to README]