| Converters |
The custom Serializer for serializing and deserializing the registry
information from and to the eureka server.
|
| Converters.ApplicationConverter |
|
| Converters.ApplicationsConverter |
|
| Converters.DataCenterInfoConverter |
|
| Converters.InstanceInfoConverter |
|
| Converters.LeaseInfoConverter |
Serialize/deserialize LeaseInfo object types.
|
| Converters.MetadataConverter |
Serialize/deserialize application metadata.
|
| EntityBodyConverter |
A custom jersey provider implementation for eureka.
|
| EnumLookup<T extends java.lang.Enum<T>> |
utility class for matching a Enum value to a region of a char[] without
allocating any new objects on the heap.
|
| EurekaJacksonCodec |
|
| EurekaJacksonCodec.ApplicationDeserializer |
|
| EurekaJacksonCodec.ApplicationsDeserializer |
|
| EurekaJacksonCodec.ApplicationSerializer |
|
| EurekaJacksonCodec.ApplicationsSerializer |
|
| EurekaJacksonCodec.DataCenterInfoSerializer |
|
| EurekaJacksonCodec.InstanceInfoDeserializer |
|
| EurekaJacksonCodec.InstanceInfoSerializer |
|
| EurekaJacksonCodec.LeaseInfoDeserializer |
|
| JsonXStream |
An Xstream specific implementation for serializing and deserializing
to/from JSON format.
|
| KeyFormatter |
Due to backwards compatibility some names in JSON/XML documents have to be formatted
according to a given configuration rules.
|
| XmlXStream |
An Xstream specific implementation for serializing and deserializing
to/from XML format.
|