Class VaultRevisionMetadata
java.lang.Object
org.springframework.vault.repository.support.VaultRevisionMetadata
- All Implemented Interfaces:
RevisionMetadata<Integer>
- Author:
- Mark Paluch
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.history.RevisionMetadata
RevisionMetadata.RevisionType -
Constructor Summary
ConstructorsConstructorDescriptionVaultRevisionMetadata(Versioned.Metadata metadata) VaultRevisionMetadata(Versioned<?> versioned) -
Method Summary
Modifier and TypeMethodDescription<T> TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.history.RevisionMetadata
getRequiredRevisionInstant, getRequiredRevisionNumber, getRevisionType
-
Constructor Details
-
VaultRevisionMetadata
-
VaultRevisionMetadata
-
-
Method Details
-
getRevisionNumber
- Specified by:
getRevisionNumberin interfaceRevisionMetadata<Integer>
-
getRevisionInstant
- Specified by:
getRevisionInstantin interfaceRevisionMetadata<Integer>
-
getDelegate
public <T> T getDelegate()- Specified by:
getDelegatein interfaceRevisionMetadata<Integer>
-