| Interface | Description | 
|---|---|
| Marshaller<T> | Marker interface for marshallers. | 
| ProtocolMarshaller<MarshalledT> | Interface used by generated marshallers to marshall a Java POJO. | 
| StringToValueConverter.SimpleStringToValue<T> | Simple interface to convert a String to another type. | 
| StringToValueConverter.StringToValue<T> | Interface to convert a String into another type. | 
| ValueToStringConverter.SimpleValueToString<T> | Simple interface to convert a type to a String. | 
| ValueToStringConverter.ValueToString<T> | Interface to convert a type to a String. | 
| Class | Description | 
|---|---|
| AbstractMarshallingRegistry | Base class for marshaller/unmarshaller registry implementations. | 
| AbstractMarshallingRegistry.Builder | Builder for a  AbstractMarshallingRegistry. | 
| ExceptionMetadata | Metadata needed to unmarshall a modeled exception. | 
| ExceptionMetadata.Builder | Builder for  ExceptionMetadata | 
| InstantToString | Implementation of  ValueToStringConverter.ValueToStringthat converts andInstantto a string. | 
| OperationInfo | Static information about an API operation used to marshall it correctly. | 
| OperationInfo.Builder | Builder for a  OperationInfo. | 
| OperationMetadataAttribute<T> | Key for additional metadata in  OperationInfo. | 
| PathMarshaller | |
| ProtocolUtils | Utilities common to all protocols. | 
| StringToInstant | Implementation of  StringToValueConverter.StringToValuethat converts a string to anInstanttype. | 
| StringToValueConverter | Converter implementations that transform a String to a specified type. | 
| ValueToStringConverter | Converts various types to Strings. | 
Copyright © 2019. All rights reserved.