Class | Description |
---|---|
Converters |
The custom
Serializer for serializing and deserializing the registry
information from and to the eureka server. |
Converters.ApplicationConverter |
Serialize/deserialize
Applications object types. |
Converters.ApplicationsConverter |
Serialize/deserialize
Applications object types. |
Converters.DataCenterInfoConverter |
Serialize/deserialize
DataCenterInfo object types. |
Converters.InstanceInfoConverter |
Serialize/deserialize
InstanceInfo object types. |
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.
|
Annotation Type | Description |
---|---|
Auto |
A field annotation which helps in avoiding changes to
Converters.InstanceInfoConverter every time additional fields are added to
InstanceInfo . |