public class BigIntegerStringCodec extends Object implements org.bson.codecs.Codec<BigInteger>
| Constructor and Description |
|---|
BigIntegerStringCodec() |
BigIntegerStringCodec(Integer zeroPadding) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
decode(org.bson.BsonReader reader,
org.bson.codecs.DecoderContext decoderContext) |
void |
encode(org.bson.BsonWriter writer,
BigInteger value,
org.bson.codecs.EncoderContext encoderContext) |
Class<BigInteger> |
getEncoderClass() |
public BigIntegerStringCodec()
public BigIntegerStringCodec(Integer zeroPadding)
public Class<BigInteger> getEncoderClass()
getEncoderClass in interface org.bson.codecs.Encoder<BigInteger>public void encode(org.bson.BsonWriter writer,
BigInteger value,
org.bson.codecs.EncoderContext encoderContext)
encode in interface org.bson.codecs.Encoder<BigInteger>public BigInteger decode(org.bson.BsonReader reader, org.bson.codecs.DecoderContext decoderContext)
decode in interface org.bson.codecs.Decoder<BigInteger>Copyright © 2015. All rights reserved.