public class JsonSchemaOptions extends Object
Constructor and Description |
---|
JsonSchemaOptions() |
JsonSchemaOptions(JsonObject json) |
JsonSchemaOptions(JsonSchemaOptions other) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUri() |
Draft |
getDraft() |
OutputFormat |
getOutputFormat() |
JsonSchemaOptions |
setBaseUri(String baseUri) |
JsonSchemaOptions |
setDraft(Draft draft) |
JsonSchemaOptions |
setOutputFormat(OutputFormat outputFormat) |
JsonObject |
toJson() |
String |
toString() |
public JsonSchemaOptions()
public JsonSchemaOptions(JsonObject json)
public JsonSchemaOptions(JsonSchemaOptions other)
public String getBaseUri()
public JsonSchemaOptions setBaseUri(String baseUri)
public Draft getDraft()
public JsonSchemaOptions setDraft(Draft draft)
public OutputFormat getOutputFormat()
public JsonSchemaOptions setOutputFormat(OutputFormat outputFormat)
public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.