Class ParameterBindingDocumentCodec

java.lang.Object
org.springframework.data.mongodb.util.json.ParameterBindingDocumentCodec
All Implemented Interfaces:
Codec<Document>, CollectibleCodec<Document>, Decoder<Document>, Encoder<Document>

@NullUnmarked public class ParameterBindingDocumentCodec extends Object implements CollectibleCodec<Document>
A Codec implementation that allows binding parameters to placeholders or SpEL expressions when decoding a JSON String.
Modified version of MongoDB Inc. DocumentCodec licensed under the Apache License, Version 2.0.
Since:
2.2
Author:
Jeff Yemin, Ross Lawley, Ralph Schaer, Christoph Strobl, Rocco Lagrotteria