类 AbstractValueDecoder

java.lang.Object
com.alicp.jetcache.support.AbstractValueDecoder
所有已实现的接口:
ValueEncoders, Function<byte[],Object>
直接已知子类:
AbstractJsonDecoder, JavaValueDecoder, Kryo5ValueDecoder, KryoValueDecoder

public abstract class AbstractValueDecoder extends Object implements Function<byte[],Object>, ValueEncoders
Created on 2016/10/4.
作者:
huangli
  • 构造器详细资料

    • AbstractValueDecoder

      public AbstractValueDecoder(boolean useIdentityNumber)
  • 方法详细资料

    • apply

      public Object apply(byte[] buffer)
      指定者:
      apply 在接口中 Function<byte[],Object>
    • isUseIdentityNumber

      public boolean isUseIdentityNumber()
    • setDecoderMap

      public void setDecoderMap(DecoderMap decoderMap)