Skip to content

Use constructor when creating beans in ObjectDecoder #208

@credmond-git

Description

@credmond-git

To perform this conversion, ObjectDecoderneeds a way to obtain the Java constructor’s parameter names. They need to be provided in one of the following ways:

  1. Annotate constructor with java.beans.ConstructorProperties.
  2. Annotate parameters with jakarta.inject.Named.
  3. Set the Java compiler flag -parameters.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions