Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Optional types in blueprint processing #463

Merged
merged 4 commits into from
Oct 16, 2024

Commits on Sep 30, 2024

  1. Add support for Optional types in blueprint processing

    Implemented changes to handle Optional types in blueprint definitions. Added tests for processing blueprints with basic option types and ensured proper compilation. Updated schema and processing utilities to accommodate new Optional type handling.
    satran004 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b573d4c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add Pair type support and serialization logic

    Added the Pair type to Type and JavaType enums. Updated BlueprintSchema, ConverterCodeGenerator, and ClassDefinitionGenerator to handle Pair serialization and deserialization. Introduced unit tests to verify Pair functionality.
    satran004 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3218990 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    cd1b778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e9336 View commit details
    Browse the repository at this point in the history