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
ConstructorDescriptionVaultRevisionMetadata
(Versioned.Metadata metadata) VaultRevisionMetadata
(Versioned<?> versioned) -
Method Summary
Modifier and TypeMethodDescription<T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.history.RevisionMetadata
getRequiredRevisionInstant, getRequiredRevisionNumber, getRevisionType
-
Constructor Details
-
VaultRevisionMetadata
-
VaultRevisionMetadata
-
-
Method Details
-
getRevisionNumber
- Specified by:
getRevisionNumber
in interfaceRevisionMetadata<Integer>
-
getRevisionInstant
- Specified by:
getRevisionInstant
in interfaceRevisionMetadata<Integer>
-
getDelegate
public <T> T getDelegate()- Specified by:
getDelegate
in interfaceRevisionMetadata<Integer>
-