Package csw.config.models.codecs
Interface ConfigCodecs
- All Known Implementing Classes:
ConfigCodecs$
public interface ConfigCodecs
-
Method Summary
Modifier and TypeMethodDescriptionio.bullet.borer.Codec<ConfigFileInfo>
io.bullet.borer.Codec<ConfigFileRevision>
io.bullet.borer.Codec<ConfigId>
io.bullet.borer.Codec<ConfigMetadata>
io.bullet.borer.Codec<Instant>
io.bullet.borer.Codec<Path>
-
Method Details
-
pathCodec
io.bullet.borer.Codec<Path> pathCodec() -
instantCodec
io.bullet.borer.Codec<Instant> instantCodec() -
configIdCodec
io.bullet.borer.Codec<ConfigId> configIdCodec() -
configFileInfoCodec
io.bullet.borer.Codec<ConfigFileInfo> configFileInfoCodec() -
configFileRevisionCodec
io.bullet.borer.Codec<ConfigFileRevision> configFileRevisionCodec() -
configMetadataCodec
io.bullet.borer.Codec<ConfigMetadata> configMetadataCodec()
-