I
- The parent return type of the configurer.public interface PropertiesConfigurer<I> extends AnnotationConfigurerBuilder<I>
DefaultPropertiesConfigurer
which act
as intermediate gatekeeper between a user and
an AnnotationConfigurer
.Modifier and Type | Method and Description |
---|---|
PropertiesConfigurer<I> |
properties(java.util.Map<java.lang.String,java.lang.String> properties) |
PropertiesConfigurer<I> |
properties(java.util.Properties properties) |
PropertiesConfigurer<I> |
property(java.lang.String key,
java.lang.String value) |
and
PropertiesConfigurer<I> properties(java.util.Properties properties)
PropertiesConfigurer<I> properties(java.util.Map<java.lang.String,java.lang.String> properties)
PropertiesConfigurer<I> property(java.lang.String key, java.lang.String value)