org.openapijsonschematools.client.components.schemas.ParentPet.java public class ParentPet
A class that contains necessary nested
- schema classes (which validate payloads), extends JsonSchema
Modifier and Type | Class and Description |
---|---|
static class | ParentPet.ParentPet1 schema class |
public static class ParentPet1
extends JsonSchema
A schema class that validates payloads
Modifier and Type | Field and Description |
---|---|
Set<Class<?>> | type = Set.of(Map.class) |
List<Class<? extends JsonSchema>> | allOf = List.of( GrandparentAnimal.GrandparentAnimal1.class ;) |
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] |