Interface MetadataStorageActionHandlerTypes<EntryType,​StatusType,​LogType,​LockType>


  • public interface MetadataStorageActionHandlerTypes<EntryType,​StatusType,​LogType,​LockType>
    • Method Detail

      • getEntryType

        com.fasterxml.jackson.core.type.TypeReference<EntryType> getEntryType()
      • getStatusType

        com.fasterxml.jackson.core.type.TypeReference<StatusType> getStatusType()
      • getLogType

        com.fasterxml.jackson.core.type.TypeReference<LogType> getLogType()
      • getLockType

        com.fasterxml.jackson.core.type.TypeReference<LockType> getLockType()