protected abstract <S extends Storable> CustomStorableCodec<S> |
CustomStorableCodecFactory.createCodec(java.lang.Class<S> type,
boolean isMaster,
Layout layout) |
protected <S extends Storable> CustomStorableCodec<S> |
CustomStorableCodecFactory.createCodec(java.lang.Class<S> type,
boolean isMaster,
Layout layout,
RawSupport support) |
<S extends Storable> CustomStorableCodec<S> |
CustomStorableCodecFactory.createCodec(java.lang.Class<S> type,
StorableIndex pkIndex,
boolean isMaster,
Layout layout) |
<S extends Storable> CustomStorableCodec<S> |
CustomStorableCodecFactory.createCodec(java.lang.Class<S> type,
StorableIndex pkIndex,
boolean isMaster,
Layout layout,
RawSupport support) |