Package io.apicurio.datamodels.models.io
Interface ModelReader
-
- All Known Implementing Classes:
AsyncApi20ModelReader,AsyncApi21ModelReader,AsyncApi22ModelReader,AsyncApi23ModelReader,AsyncApi24ModelReader,AsyncApi25ModelReader,AsyncApi26ModelReader,AsyncApi30ModelReader,OpenApi20ModelReader,OpenApi30ModelReader,OpenApi31ModelReader
public interface ModelReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootNodereadRoot(com.fasterxml.jackson.databind.node.ObjectNode json)
-
-
-
Method Detail
-
readRoot
RootNode readRoot(com.fasterxml.jackson.databind.node.ObjectNode json)
-
-