Skip to content

Support of nested classes for bulk properties #702

@kshpak

Description

@kshpak

Description
Add support of nested classes for java class annotated with @ConfigProperties (like it's done for nested interfaces)

E.x.

@ConfigProperties(prefix = "user")
public class UserConfiguration {
    public String message;
    public String name;

    public UserConfigurationAdditions request;
     
       public static class UserConfigurationAdditions {
         public String min;
         public String max;
     }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    impl. proposal ⚙️An issue or PR which proposes an implementation of use case(s) (link use case(s) in comments)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions