public class DataMapperBundler extends Object
| Constructor and Description |
|---|
DataMapperBundler(CARMojo mojoInstance,
String resourcesDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleDataMapper()
Orchestrates the process of bundling all data mappers found within the specified resources directory.
|
void |
createSchemaGenerator()
Copy schemaGenerator.ts from resources to target directory.
|
void |
deleteGeneratedDatamapperArtifacts()
Deletes the generated data mapper artifacts.
|
public void bundleDataMapper()
throws DataMapperException,
org.apache.maven.plugin.MojoExecutionException
DataMapperException - if any step in the bundling process fails.org.apache.maven.plugin.MojoExecutionException - if an error occurs while executing the Maven invoker.public void deleteGeneratedDatamapperArtifacts()
throws DataMapperException
DataMapperException - if an error occurs while deleting the generated data mapper artifacts.public void createSchemaGenerator()
throws DataMapperException
DataMapperExceptionCopyright © 2025 WSO2. All rights reserved.