Interface | Description |
---|---|
EmptyBodyJsonMarshaller |
Interface to marshall an empty request body according to the JSON protocol specification.
|
JsonMarshaller<T> |
Interface to marshall data according to the JSON protocol specification.
|
ValueToStringConverters.ValueToString<T> |
Simple interface to convert a type to a String.
|
Class | Description |
---|---|
HeaderMarshallers | |
JsonMarshallerContext |
Dependencies needed by implementations of
JsonMarshaller . |
JsonMarshallerContext.Builder |
Builder for a
JsonMarshallerContext . |
JsonProtocolMarshaller<OrigRequest> |
Implementation of
ProtocolMarshaller for JSON based services. |
MarshallerRegistry | |
MarshallerRegistry.Builder |
Builder for a
MarshallerRegistry . |
QueryParamMarshallers | |
SimpleTypeJsonMarshallers | |
SimpleTypePathMarshallers | |
ValueToStringConverters |
Converts various types to Strings.
|
Copyright © 2024. All rights reserved.