Class BetaJsonOutputFormat.Schema
-
- All Implemented Interfaces:
public final class BetaJsonOutputFormat.SchemaThe JSON schema of the format
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaJsonOutputFormat.Schema.BuilderA builder for Schema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaJsonOutputFormat.Schema.BuildertoBuilder()final BetaJsonOutputFormat.Schemavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaJsonOutputFormat.Schema.Builderbuilder()Returns a mutable builder for constructing an instance of Schema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaJsonOutputFormat.Schema.Builder toBuilder()
-
validate
final BetaJsonOutputFormat.Schema validate()
-
builder
final static BetaJsonOutputFormat.Schema.Builder builder()
Returns a mutable builder for constructing an instance of Schema.
-
-
-
-