public class FallThroughCodec<TYPE> extends Object implements info.archinnov.achilles.type.codec.Codec<TYPE,TYPE>
| Constructor and Description |
|---|
FallThroughCodec(Class<TYPE> type) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FallThroughCodec<T> |
create(Class<T> type) |
TYPE |
decode(TYPE fromCassandra) |
TYPE |
encode(TYPE fromJava) |
Class<TYPE> |
sourceType() |
Class<TYPE> |
targetType() |
Copyright © 2012-2021. All Rights Reserved.