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

Implement parameter adaptation in LambdaMetaFactory #1078

Merged

Commits on Dec 8, 2018

  1. Implement parameter adaptation in LambdaMetaFactory

    Implemented modeling of parameter adaptation. This is required to
    handle conversion of primitives to their wrapper types
    (boxing and unboxing).
    
    Enabled writing generated classes to another format, such as .class.
    
    Generated class names follow an inner class naming pattern.
    
    Removed BridgeMethodSource; ThunkMethodSource handles all cases.
    The samMethodType and the bridges are
    signatures to be implemented by the functional object,
    and each one delegates to the implMethod.
    Jon Mathews committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    d9e60fe View commit details
    Browse the repository at this point in the history