Class BaseExceptionRecord.BaseExceptionRecordFielder<PK extends BaseExceptionRecordKey<PK>,​D extends BaseExceptionRecord<PK,​D>>

java.lang.Object
io.datarouter.model.serialize.fielder.BaseDatabeanFielder<PK,​D>
io.datarouter.exception.storage.exceptionrecord.BaseExceptionRecord.BaseExceptionRecordFielder<PK,​D>
All Implemented Interfaces:
io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>
Direct Known Subclasses:
ExceptionRecord.ExceptionRecordFielder
Enclosing class:
BaseExceptionRecord<PK extends BaseExceptionRecordKey<PK>,​D extends BaseExceptionRecord<PK,​D>>

public abstract static class BaseExceptionRecord.BaseExceptionRecordFielder<PK extends BaseExceptionRecordKey<PK>,​D extends BaseExceptionRecord<PK,​D>>
extends io.datarouter.model.serialize.fielder.BaseDatabeanFielder<PK,​D>
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseExceptionRecordFielder​(java.lang.Class<? extends io.datarouter.model.serialize.fielder.Fielder<PK>> primaryKeyFielderClass)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<io.datarouter.model.field.Field<?>> getNonKeyFields​(D databean)  

    Methods inherited from class io.datarouter.model.serialize.fielder.BaseDatabeanFielder

    addOption, getFields, getKeyFielder, getKeyFields, getOption, getOptions, getStringDatabeanCodec, getStringDatabeanCodecClass, getTtlMs, getUniqueIndexes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.model.serialize.fielder.DatabeanFielder

    configure
  • Constructor Details

    • BaseExceptionRecordFielder

      public BaseExceptionRecordFielder​(java.lang.Class<? extends io.datarouter.model.serialize.fielder.Fielder<PK>> primaryKeyFielderClass)
  • Method Details

    • getNonKeyFields

      public java.util.List<io.datarouter.model.field.Field<?>> getNonKeyFields​(D databean)