Package org.bson.codecs.jsr310
Class Jsr310CodecProvider
java.lang.Object
org.bson.codecs.jsr310.Jsr310CodecProvider
- All Implemented Interfaces:
CodecProvider
A CodecProvider for JSR-310 Date and Time API classes.
Supplies the following JSR-310 based Codecs:
- Since:
- 3.7
-
Constructor Details
-
Jsr310CodecProvider
public Jsr310CodecProvider()
-
-
Method Details
-
get
Description copied from interface:CodecProvider
Get aCodec
using the given context, which includes, most importantly, the Class for which aCodec
is required.This method is called by the driver only if
CodecProvider.get(Class, List, CodecRegistry)
is not overridden, or is overridden such that it calls this method.- Specified by:
get
in interfaceCodecProvider
- Type Parameters:
T
- the type of the class for which a Codec is required- Parameters:
clazz
- the Class for which to get a Codecregistry
- the registry to use for resolving dependent Codec instances- Returns:
- the Codec instance, which may be null, if this source is unable to provide one for the requested Class
-
toString
-