Interface DurationAssembler
- All Superinterfaces:
ObjectStringAssembler<Duration>
- All Known Implementing Classes:
DurationAssembler.Default
@Deprecated public interface DurationAssembler extends ObjectStringAssembler<Duration>
Deprecated.
will be removed in a future release
- See Also:
one.microstream.storage.configuration
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DurationAssembler.Default
Deprecated. -
Method Summary
Modifier and Type Method Description default String
assemble(Duration duration)
Deprecated.VarString
assemble(VarString vs, Duration duration)
Deprecated.static DurationAssembler
Default()
Deprecated.static DurationAssembler
IsoAssembler()
Deprecated.
-
Method Details
-
assemble
Deprecated.- Specified by:
assemble
in interfaceObjectStringAssembler<Duration>
-
assemble
Deprecated.- Specified by:
assemble
in interfaceObjectStringAssembler<Duration>
-
IsoAssembler
Deprecated. -
Default
Deprecated.
-