org.openapijsonschematools.client.components.schemas.SomeObject.java public class SomeObject
A class that contains necessary nested
- schema classes (which validate payloads), extends JsonSchema
Modifier and Type | Class and Description |
---|---|
static class | SomeObject.SomeObject1 schema class |
public static class SomeObject1
extends JsonSchema
A schema class that validates payloads
Modifier and Type | Field and Description |
---|---|
List<Class<? extends JsonSchema>> | allOf = List.of( ObjectInterface.ObjectInterface1.class ;) |
Modifier and Type | Method and Description |
---|---|
String | validate(String arg, SchemaConfiguration configuration) |
Void | validate(Void arg, SchemaConfiguration configuration) |
int | validate(int arg, SchemaConfiguration configuration) |
long | validate(long arg, SchemaConfiguration configuration) |
float | validate(float arg, SchemaConfiguration configuration) |
double | validate(double arg, SchemaConfiguration configuration) |
boolean | validate(boolean arg, SchemaConfiguration configuration) |
FrozenMap<String, @Nullable Object> | validate(Map<?, ?> arg, SchemaConfiguration configuration) |
FrozenList<@Nullable Object> | validate(List<?> arg, SchemaConfiguration configuration) |
@Nullable Object | validate(@Nullable Object arg, SchemaConfiguration configuration) |
[Back to top] [Back to Component Schemas] [Back to README] |