builder library
Classes
- RdfMapperCacheBuilder
- First phase builder that generates cache files with template data. This builder runs before the main builder and stores the template data in JSON format.
- RdfMapperSourceBuilder
- Second phase builder that generates source files from cached template data. This builder runs after the cache builder and generates the final source files.
Functions
-
rdfMapperCacheBuilder(
BuilderOptions options) → Builder -
rdfMapperSourceBuilder(
BuilderOptions options) → Builder