fix default impl

This commit is contained in:
fjy 2014-11-11 18:00:46 -08:00
parent 63ca2375a3
commit bc5c56e441
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import com.metamx.collections.bitmap.ImmutableBitmap;
/** /**
*/ */
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type") @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type", defaultImpl = ConciseBitmapSerdeFactory.class)
@JsonSubTypes(value = { @JsonSubTypes(value = {
@JsonSubTypes.Type(name = "concise", value = ConciseBitmapSerdeFactory.class), @JsonSubTypes.Type(name = "concise", value = ConciseBitmapSerdeFactory.class),
@JsonSubTypes.Type(name = "roaring", value = RoaringBitmapSerdeFactory.class) @JsonSubTypes.Type(name = "roaring", value = RoaringBitmapSerdeFactory.class)