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