| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 方法和说明 |
|---|---|
FormatSchema |
JsonGenerator.getSchema()
Method for accessing Schema that this parser uses, if any.
|
FormatSchema |
JacksonParser.getSchema()
Method for accessing Schema that this parser uses, if any.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
JsonParserDelegate.canUseSchema(FormatSchema schema) |
boolean |
JsonGenerator.canUseSchema(FormatSchema schema)
Method that can be used to verify that given schema can be used with
this generator (using
JsonGenerator.setSchema(org.hotwheel.json.impl.jackson.FormatSchema)). |
boolean |
JacksonParser.canUseSchema(FormatSchema schema)
Method that can be used to verify that given schema can be used with
this parser (using
JacksonParser.setSchema(org.hotwheel.json.impl.jackson.FormatSchema)). |
boolean |
JsonGeneratorDelegate.canUseSchema(FormatSchema schema) |
void |
JsonParserDelegate.setSchema(FormatSchema schema) |
void |
JsonGenerator.setSchema(FormatSchema schema)
Method to call to make this generator use specified schema.
|
void |
JacksonParser.setSchema(FormatSchema schema)
Method to call to make this parser use specified schema.
|
void |
JsonGeneratorDelegate.setSchema(FormatSchema schema) |
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.