Package de.bild.codec

Class BasicReflectionCodec<T>

java.lang.Object
de.bild.codec.AbstractTypeCodec<T>
de.bild.codec.BasicReflectionCodec<T>
All Implemented Interfaces:
PolymorphicCodec<T>, ReflectionCodec<T>, TypeCodec<T>, org.bson.codecs.Codec<T>, org.bson.codecs.Decoder<T>, org.bson.codecs.Encoder<T>

public class BasicReflectionCodec<T> extends AbstractTypeCodec<T> implements ReflectionCodec<T>