JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.bson.codecs
Interface Codec<T>
Type Parameters:
T
- the value type
All Superinterfaces:
Decoder
<T>,
Encoder
<T>
All Known Subinterfaces:
CollectibleCodec
<T>
All Known Implementing Classes:
AtomicBooleanCodec
,
AtomicIntegerCodec
,
AtomicLongCodec
,
BigDecimalCodec
,
BinaryCodec
,
BooleanCodec
,
BsonArrayCodec
,
BsonBinaryCodec
,
BsonBooleanCodec
,
BsonDateTimeCodec
,
BsonDBPointerCodec
,
BsonDecimal128Codec
,
BsonDocumentCodec
,
BsonDocumentWrapperCodec
,
BsonDoubleCodec
,
BsonInt32Codec
,
BsonInt64Codec
,
BsonJavaScriptCodec
,
BsonJavaScriptWithScopeCodec
,
BsonMaxKeyCodec
,
BsonMinKeyCodec
,
BsonNullCodec
,
BsonObjectIdCodec
,
BsonRegularExpressionCodec
,
BsonStringCodec
,
BsonSymbolCodec
,
BsonTimestampCodec
,
BSONTimestampCodec
,
BsonUndefinedCodec
,
BsonValueCodec
,
ByteArrayCodec
,
ByteCodec
,
CharacterCodec
,
CodeCodec
,
CodeWithScopeCodec
,
DateCodec
,
DBObjectCodec
,
DBRefCodec
,
Decimal128Codec
,
DocumentCodec
,
DoubleCodec
,
FloatCodec
,
GeometryCodec
,
GeometryCollectionCodec
,
GridFSFileCodec
,
IntegerCodec
,
IterableCodec
,
LineStringCodec
,
LongCodec
,
MapCodec
,
MaxKeyCodec
,
MinKeyCodec
,
MultiLineStringCodec
,
MultiPointCodec
,
MultiPolygonCodec
,
NamedCoordinateReferenceSystemCodec
,
ObjectIdCodec
,
PatternCodec
,
PointCodec
,
PolygonCodec
,
RawBsonDocumentCodec
,
ShortCodec
,
StringCodec
,
SymbolCodec
,
UuidCodec
public interface
Codec<T>
extends
Encoder
<T>,
Decoder
<T>
Implementations of this interface can both encode and decode values of type
T
.
Since:
3.0
Method Summary
Methods inherited from interface org.bson.codecs.
Encoder
encode
,
getEncoderClass
Methods inherited from interface org.bson.codecs.
Decoder
decode
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method