Package csw.framework.codecs
Interface FrameworkCodecs
- All Superinterfaces:
CommonCodecs
,LocationCodecs
,LocationCodecsBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecs
CommonCodecs.Timestamp, CommonCodecs.Timestamp$
-
Method Summary
Modifier and TypeMethodDescriptionio.bullet.borer.Codec<ComponentInfo>
io.bullet.borer.Codec<ContainerBootstrapInfo>
io.bullet.borer.Codec<ContainerInfo>
io.bullet.borer.Codec<HostBootstrapInfo>
Methods inherited from interface csw.prefix.codecs.CommonCodecs
enumCodec, finiteDurationCodec, flatAdtEncoding, instantDec, instantEnc, prefixCodec
Methods inherited from interface csw.location.api.codec.LocationCodecs
locationCodec
Methods inherited from interface csw.location.api.codec.LocationCodecsBase
componentIdCodec, connectionCodec, connectionInfoCodec, locationCodecValue, metadataCodec, networkType, registrationCodec, trackingEventCodec, uriCodec
-
Method Details
-
componentInfoCodec
io.bullet.borer.Codec<ComponentInfo> componentInfoCodec() -
containerBootstrapInfoCodec
io.bullet.borer.Codec<ContainerBootstrapInfo> containerBootstrapInfoCodec() -
containerInfoCodec
io.bullet.borer.Codec<ContainerInfo> containerInfoCodec() -
hostBootstrapInfoCodec
io.bullet.borer.Codec<HostBootstrapInfo> hostBootstrapInfoCodec()
-