-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
impl. proposal ⚙️An issue or PR which proposes an implementation of use case(s) (link use case(s) in comments)An issue or PR which proposes an implementation of use case(s) (link use case(s) in comments)
Description
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;
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
impl. proposal ⚙️An issue or PR which proposes an implementation of use case(s) (link use case(s) in comments)An issue or PR which proposes an implementation of use case(s) (link use case(s) in comments)