Package com.adyen.model.balanceplatform
Class BankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<T>
-
- com.fasterxml.jackson.databind.ser.std.StdSerializer<BankAccountIdentificationValidationRequestAccountIdentification>
-
- com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,Serializable
- Enclosing class:
- BankAccountIdentificationValidationRequestAccountIdentification
public static class BankAccountIdentificationValidationRequestAccountIdentification.BankAccountIdentificationValidationRequestAccountIdentificationSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BankAccountIdentificationValidationRequestAccountIdentification>
- See Also:
- Serialized Form
-
-
Constructor Summary
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(BankAccountIdentificationValidationRequestAccountIdentification 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
-
BankAccountIdentificationValidationRequestAccountIdentificationSerializer
public BankAccountIdentificationValidationRequestAccountIdentificationSerializer(Class<BankAccountIdentificationValidationRequestAccountIdentification> t)
-
BankAccountIdentificationValidationRequestAccountIdentificationSerializer
public BankAccountIdentificationValidationRequestAccountIdentificationSerializer()
-
-
Method Detail
-
serialize
public void serialize(BankAccountIdentificationValidationRequestAccountIdentification 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<BankAccountIdentificationValidationRequestAccountIdentification>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-