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

Latest commit

 

History

History
22 lines (17 loc) · 869 Bytes

File metadata and controls

22 lines (17 loc) · 869 Bytes

RefPet

org.openapijsonschematools.client.components.schemas.RefPet.java public class RefPet
extends Pet1

A class that contains necessary nested

  • schema classes (which validate payloads), extends JsonSchema
  • sealed interfaces which store validated payloads, java version of a sum type
  • boxed classes which store validated payloads, sealed permits class implementations

Nested Class Summary

Modifier and Type Class and Description
static class RefPet.RefPet1
schema class

RefPet1

public static class RefPet1
extends Pet.Pet1

A schema class that validates payloads

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