Package com.adyen.model.checkout
Class CheckoutPaymentMethod.CheckoutPaymentMethodSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<T>
-
- com.fasterxml.jackson.databind.ser.std.StdSerializer<CheckoutPaymentMethod>
-
- com.adyen.model.checkout.CheckoutPaymentMethod.CheckoutPaymentMethodSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,Serializable
- Enclosing class:
- CheckoutPaymentMethod
public static class CheckoutPaymentMethod.CheckoutPaymentMethodSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<CheckoutPaymentMethod>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutPaymentMethodSerializer()CheckoutPaymentMethodSerializer(Class<CheckoutPaymentMethod> t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(CheckoutPaymentMethod value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
-
-
-
-
Constructor Detail
-
CheckoutPaymentMethodSerializer
public CheckoutPaymentMethodSerializer(Class<CheckoutPaymentMethod> t)
-
CheckoutPaymentMethodSerializer
public CheckoutPaymentMethodSerializer()
-
-
Method Detail
-
serialize
public void serialize(CheckoutPaymentMethod value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
serializein classcom.fasterxml.jackson.databind.ser.std.StdSerializer<CheckoutPaymentMethod>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-