java.lang.Object
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer<T>
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.ser.std.StdSerializer<Object>
com.couchbase.client.java.encryption.databind.jackson.repackaged.EncryptedFieldSerializer
All Implemented Interfaces:
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

@Internal
public class EncryptedFieldSerializer
extends com.couchbase.client.core.deps.com.fasterxml.jackson.databind.ser.std.StdSerializer<Object>
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer

    com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.couchbase.client.core.deps.com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor Description
    EncryptedFieldSerializer​(CryptoManager cryptoManager, Encrypted annotation, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer<Object> originalCustomSerializer)  
  • Method Summary

    Modifier and Type Method Description
    void serialize​(Object value, com.couchbase.client.core.deps.com.fasterxml.jackson.core.JsonGenerator gen, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.SerializerProvider provider)  

    Methods inherited from class com.couchbase.client.core.deps.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

    Methods inherited from class com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EncryptedFieldSerializer

      public EncryptedFieldSerializer​(CryptoManager cryptoManager, Encrypted annotation, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonSerializer<Object> originalCustomSerializer)
  • Method Details

    • serialize

      public void serialize​(Object value, com.couchbase.client.core.deps.com.fasterxml.jackson.core.JsonGenerator gen, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Specified by:
      serialize in class com.couchbase.client.core.deps.com.fasterxml.jackson.databind.ser.std.StdSerializer<Object>
      Throws:
      IOException