| 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.
|
| JsonXStream |
An Xstream specific implementation for serializing and deserializing
to/from JSON format.
|
| 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. |