Skip to content

feat - manage multiple constructors in records  #12

@yuxin-miao

Description

@yuxin-miao

make ReflectionRecordDecoder support

record TestRecord6(long val) {

     public TestRecord6(int valInt) {
          this(Long.valueOf(valInt));
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions