@breadstone/ziegel-platform-mapping ​
Object mapping utilities for the ziegel platform.
Mapping: Object mapping and transformation infrastructure (in development).
🚀 Overview ​
@breadstone/ziegel-platform-mapping is currently a foundational package in the ziegel platform ecosystem. This package provides infrastructure for future object mapping and transformation capabilities.
📦 Installation ​
npm install @breadstone/ziegel-platform-mapping
# or
yarn add @breadstone/ziegel-platform-mapping🚧 Current Status ​
This package is currently in early development and does not yet export public APIs. The package contains basic resource infrastructure and is being prepared for future releases.
🔮 Planned Features ​
Future versions of this package will include:
- Auto Mapping: Automatic object-to-object mapping based on property names
- Custom Mapping: Flexible mapping configuration with custom transformation rules
- Transformation Pipelines: Chained transformations for complex data processing
- Validation Integration: Built-in validation during mapping operations
- Performance Optimization: Efficient mapping with caching and optimization
- Type Safety: Full TypeScript support with type inference
� Current Exports ​
Currently, this package only provides internal resource initialization and does not export any public APIs.
// No public exports available yet
// Future releases will include mapping utilitiesRelated Packages ​
- @breadstone/ziegel-platform: Core platform services
- @breadstone/ziegel-core: Foundation utilities and type definitions
License ​
MIT
Issues ​
Please report bugs and feature requests in the Issue Tracker
Part of the ziegel Enterprise TypeScript Framework