public interface MITREidDataServiceExtension
Modifier and Type | Method and Description |
---|---|
void |
exportExtensionData(com.google.gson.stream.JsonWriter writer)
Export any data for this extension.
|
void |
fixExtensionObjectReferences(MITREidDataServiceMaps maps)
Signal the extension to wrap up all object processing and finalize its
|
boolean |
importExtensionData(String name,
com.google.gson.stream.JsonReader reader)
Import data that's part of this extension.
|
boolean |
supportsVersion(String version)
Return
|
void exportExtensionData(com.google.gson.stream.JsonWriter writer) throws IOException
writer
- IOException
boolean importExtensionData(String name, com.google.gson.stream.JsonReader reader) throws IOException
reader
- IOException
void fixExtensionObjectReferences(MITREidDataServiceMaps maps)
boolean supportsVersion(String version)
mitreidConnect13
- Copyright © 2018. All rights reserved.