public interface MetadataStorageActionHandlerTypes<EntryType,StatusType,LogType,LockType>
| Modifier and Type | Method and Description | 
|---|---|
com.fasterxml.jackson.core.type.TypeReference<EntryType> | 
getEntryType()  | 
com.fasterxml.jackson.core.type.TypeReference<LockType> | 
getLockType()  | 
com.fasterxml.jackson.core.type.TypeReference<LogType> | 
getLogType()  | 
com.fasterxml.jackson.core.type.TypeReference<StatusType> | 
getStatusType()  | 
com.fasterxml.jackson.core.type.TypeReference<EntryType> getEntryType()
com.fasterxml.jackson.core.type.TypeReference<StatusType> getStatusType()
com.fasterxml.jackson.core.type.TypeReference<LogType> getLogType()
com.fasterxml.jackson.core.type.TypeReference<LockType> getLockType()
Copyright © 2011–2018. All rights reserved.