Package csw.location.models.codecs
Interface LocationCodecs
-
- All Superinterfaces:
CommonCodecs
- All Known Subinterfaces:
MessageCodecs
- All Known Implementing Classes:
CommandAkkaSerializer,LocationCodecs$
public interface LocationCodecs extends CommonCodecs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.bullet.borer.Codec<AkkaLocation>akkaLocationCodec()io.bullet.borer.Codec<AkkaRegistration>akkaRegistrationCodec()io.bullet.borer.Codec<ComponentId>componentIdCodec()io.bullet.borer.Codec<ComponentType>componentTypeCodec()<C extends Connection>
io.bullet.borer.Codec<C>connectionCodec()io.bullet.borer.Codec<ConnectionInfo>connectionInfoCodec()io.bullet.borer.Codec<ConnectionType>connectionTypeCodec()io.bullet.borer.Codec<HttpLocation>httpLocationCodec()io.bullet.borer.Codec<HttpRegistration>httpRegistrationCodec()io.bullet.borer.Codec<Location>locationCodec()io.bullet.borer.Codec<LocationRemoved>locationRemovedCodec()io.bullet.borer.Codec<LocationUpdated>locationUpdatedCodec()io.bullet.borer.Codec<Registration>registrationCodec()io.bullet.borer.Codec<TcpLocation>tcpLocationCodec()io.bullet.borer.Codec<TcpRegistration>tcpRegistrationCodec()io.bullet.borer.Codec<TrackingEvent>trackingEventCodec()io.bullet.borer.Codec<java.net.URI>uriCodec()-
Methods inherited from interface csw.params.core.formats.CommonCodecs
prefixCodec
-
-
-
-
Method Detail
-
connectionTypeCodec
io.bullet.borer.Codec<ConnectionType> connectionTypeCodec()
-
componentTypeCodec
io.bullet.borer.Codec<ComponentType> componentTypeCodec()
-
componentIdCodec
io.bullet.borer.Codec<ComponentId> componentIdCodec()
-
connectionInfoCodec
io.bullet.borer.Codec<ConnectionInfo> connectionInfoCodec()
-
connectionCodec
<C extends Connection> io.bullet.borer.Codec<C> connectionCodec()
-
uriCodec
io.bullet.borer.Codec<java.net.URI> uriCodec()
-
locationCodec
io.bullet.borer.Codec<Location> locationCodec()
-
akkaLocationCodec
io.bullet.borer.Codec<AkkaLocation> akkaLocationCodec()
-
httpLocationCodec
io.bullet.borer.Codec<HttpLocation> httpLocationCodec()
-
tcpLocationCodec
io.bullet.borer.Codec<TcpLocation> tcpLocationCodec()
-
registrationCodec
io.bullet.borer.Codec<Registration> registrationCodec()
-
akkaRegistrationCodec
io.bullet.borer.Codec<AkkaRegistration> akkaRegistrationCodec()
-
tcpRegistrationCodec
io.bullet.borer.Codec<TcpRegistration> tcpRegistrationCodec()
-
httpRegistrationCodec
io.bullet.borer.Codec<HttpRegistration> httpRegistrationCodec()
-
trackingEventCodec
io.bullet.borer.Codec<TrackingEvent> trackingEventCodec()
-
locationUpdatedCodec
io.bullet.borer.Codec<LocationUpdated> locationUpdatedCodec()
-
locationRemovedCodec
io.bullet.borer.Codec<LocationRemoved> locationRemovedCodec()
-
-