Package | Description |
---|---|
com.nickbenn.room.gradle |
Gradle-specific components (for configuring and executing a custom task provided by the plugin)
of the Room schema parser.
|
com.nickbenn.room.model |
Model classes mapping to the JSON object structure of the Room database schema.
|
com.nickbenn.room.service |
Stateless service-level components providing a high-level interface for parsing a JSON database
schema from an
InputStream and writing the output to an
OutputStream . |