Interface ConfigurationPropertyAssembler
- All Known Implementing Classes:
ConfigurationPropertyAssembler.Default
public interface ConfigurationPropertyAssembler
Property assembler used by
ConfigurationAssembler
.- Since:
- 3.1
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigurationPropertyAssembler.Default
-
Method Summary
Modifier and Type Method Description Map<String,String>
assemble(Configuration configuration)
static ConfigurationPropertyAssembler
New()
static ConfigurationPropertyAssembler
New(DurationAssembler durationParser, ByteSizeAssembler fileSizeParser)
-
Method Details
-
assemble
-
New
-
New
static ConfigurationPropertyAssembler New(DurationAssembler durationParser, ByteSizeAssembler fileSizeParser)
-