Interface | Description |
---|---|
HollowJavaFileGenerator |
Not intended for external consumption.
|
Class | Description |
---|---|
HollowAPIClassJavaGenerator |
This class contains template logic for generating a
HollowAPI implementation. |
HollowAPIFactoryJavaGenerator |
This class contains template logic for generating a
HollowAPIFactory implementation. |
HollowAPIGenerator |
This class is used to generate java code which defines an implementation of a
HollowAPI . |
HollowAPIGenerator.Builder | |
HollowCodeGenerationUtils |
A class containing convenience methods for the
HollowAPIGenerator . |
HollowPOJOClassGenerator |
This class contains template logic for generating POJOs.
|
HollowPOJOGenerator |
This class is used to generate java code which defines POJOs, which can in turn be used to populate a
HollowWriteStateEngine via a HollowObjectMapper
The generated java code is based on a data model (defined by a set of HollowSchema ). |
HollowStateEngineClassJavaGenerator |
Not intended for external consumption.
|