Uses of Interface
software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshaller
Packages that use JsonMarshaller
-
Uses of JsonMarshaller in software.amazon.awssdk.protocols.json.internal.marshall
Fields in software.amazon.awssdk.protocols.json.internal.marshall declared as JsonMarshallerModifier and TypeFieldDescriptionstatic final JsonMarshaller<BigDecimal>SimpleTypeJsonMarshaller.BIG_DECIMALstatic final JsonMarshaller<Boolean>HeaderMarshaller.BOOLEANstatic final JsonMarshaller<Boolean>QueryParamMarshaller.BOOLEANstatic final JsonMarshaller<Boolean>SimpleTypeJsonMarshaller.BOOLEANstatic final JsonMarshaller<Byte>HeaderMarshaller.BYTEstatic final JsonMarshaller<Byte>QueryParamMarshaller.BYTEstatic final JsonMarshaller<Byte>SimpleTypeJsonMarshaller.BYTEstatic final JsonMarshaller<Byte>SimpleTypePathMarshaller.BYTEstatic final JsonMarshaller<Document>SimpleTypeJsonMarshaller.DOCUMENTMarshalls Document type members by visiting the document using DocumentTypeJsonMarshaller.static final JsonMarshaller<Double>HeaderMarshaller.DOUBLEstatic final JsonMarshaller<Double>QueryParamMarshaller.DOUBLEstatic final JsonMarshaller<Double>SimpleTypeJsonMarshaller.DOUBLEstatic final JsonMarshaller<Float>HeaderMarshaller.FLOATstatic final JsonMarshaller<Float>QueryParamMarshaller.FLOATstatic final JsonMarshaller<Float>SimpleTypeJsonMarshaller.FLOATstatic final JsonMarshaller<String>SimpleTypePathMarshaller.GREEDY_STRINGMarshallers for Strings bound to a greedy path param.static final JsonMarshaller<Instant>HeaderMarshaller.INSTANTstatic final JsonMarshaller<Instant>QueryParamMarshaller.INSTANTstatic final JsonMarshaller<Instant>SimpleTypeJsonMarshaller.INSTANTstatic final JsonMarshaller<Integer>HeaderMarshaller.INTEGERstatic final JsonMarshaller<Integer>QueryParamMarshaller.INTEGERstatic final JsonMarshaller<Integer>SimpleTypeJsonMarshaller.INTEGERstatic final JsonMarshaller<Integer>SimpleTypePathMarshaller.INTEGERstatic final JsonMarshaller<List<?>>HeaderMarshaller.LISTstatic final JsonMarshaller<List<?>>QueryParamMarshaller.LISTstatic final JsonMarshaller<List<?>>SimpleTypeJsonMarshaller.LISTstatic final JsonMarshaller<Long>HeaderMarshaller.LONGstatic final JsonMarshaller<Long>QueryParamMarshaller.LONGstatic final JsonMarshaller<Long>SimpleTypeJsonMarshaller.LONGstatic final JsonMarshaller<Long>SimpleTypePathMarshaller.LONGstatic final JsonMarshaller<Map<String,?>> QueryParamMarshaller.MAPstatic final JsonMarshaller<Map<String,?>> SimpleTypeJsonMarshaller.MAPMarshalls a Map as a JSON object where each key becomes a field.static final JsonMarshaller<Void>HeaderMarshaller.NULLstatic final JsonMarshaller<Void>JsonMarshaller.NULLstatic final JsonMarshaller<Void>QueryParamMarshaller.NULLstatic final JsonMarshaller<Void>SimpleTypeJsonMarshaller.NULLstatic final JsonMarshaller<Void>SimpleTypePathMarshaller.NULLstatic final JsonMarshaller<SdkBytes>SimpleTypeJsonMarshaller.SDK_BYTESstatic final JsonMarshaller<SdkPojo>SimpleTypeJsonMarshaller.SDK_POJOstatic final JsonMarshaller<Short>HeaderMarshaller.SHORTstatic final JsonMarshaller<Short>QueryParamMarshaller.SHORTstatic final JsonMarshaller<Short>SimpleTypeJsonMarshaller.SHORTstatic final JsonMarshaller<Short>SimpleTypePathMarshaller.SHORTstatic final JsonMarshaller<String>HeaderMarshaller.STRINGstatic final JsonMarshaller<String>QueryParamMarshaller.STRINGstatic final JsonMarshaller<String>SimpleTypeJsonMarshaller.STRINGstatic final JsonMarshaller<String>SimpleTypePathMarshaller.STRINGMethods in software.amazon.awssdk.protocols.json.internal.marshall that return JsonMarshallerModifier and TypeMethodDescription<T> JsonMarshaller<Object>JsonMarshallerRegistry.getMarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType, Object val) <T> JsonMarshaller<T>JsonMarshallerRegistry.getMarshaller(MarshallLocation marshallLocation, T val) Methods in software.amazon.awssdk.protocols.json.internal.marshall with parameters of type JsonMarshallerModifier and TypeMethodDescriptionJsonMarshallerRegistry.Builder.greedyPathParamMarshaller(MarshallingType<T> marshallingType, JsonMarshaller<T> marshaller) JsonMarshallerRegistry.Builder.headerMarshaller(MarshallingType<T> marshallingType, JsonMarshaller<T> marshaller) JsonMarshallerRegistry.Builder.pathParamMarshaller(MarshallingType<T> marshallingType, JsonMarshaller<T> marshaller) JsonMarshallerRegistry.Builder.payloadMarshaller(MarshallingType<T> marshallingType, JsonMarshaller<T> marshaller) JsonMarshallerRegistry.Builder.queryParamMarshaller(MarshallingType<T> marshallingType, JsonMarshaller<T> marshaller)