@NestedConfigurationProperty
Jump to navigation
Jump to search
Internal
Example
@Component
@ConfigurationProperties(prefix = "example.cryptm")
public class CryptmPropertyConfiguration {
private String masterKeyArn;
...
@NestedConfigurationProperty
private DataKeyCachingConfiguration dataKeyCaching;
...
}