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

feat(connector-corda): add JSON classname->JVM class object deserialize #3351

Commits on Jun 27, 2024

  1. feat(connector-corda): add JSON classname->JVM class object deserialize

    1. This allows the API clients to specify a class name from which the backend
    will retrieve the JVM Class<?> object.
    2. It is very simple under the hood it just uses `Class.forName(x)`
    3. It is needed to be able to do this because when passing in flow parameters
    sometimes the arguments are Class<?> objects and so this was a feature gap.
    
    Signed-off-by: Peter Somogyvari <[email protected]>
    petermetz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7d93bed View commit details
    Browse the repository at this point in the history