Interface ConfigCodecs

All Known Implementing Classes:
ConfigCodecs$

public interface ConfigCodecs
  • 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()