File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-vault-core/src/main/java/org/springframework/vault Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3232 * interact with Vault in an authenticated and unauthenticated context.
3333 * <p>
3434 * {@link VaultOperations} allows execution of callback methods. Callbacks can execute
35- * requests within a {@link #doWithSession(RestOperationsCallback) session context} and the
36- * {@link #doWithVault(RestOperationsCallback) without a session}.
35+ * requests within a {@link #doWithSession(RestOperationsCallback) session context} and
36+ * the {@link #doWithVault(RestOperationsCallback) without a session}.
3737 * <p>
3838 * Paths used in this interface (and interfaces accessible from here) are considered
3939 * relative to the {@link VaultEndpoint}. Paths that are fully-qualified URI's can be used
Original file line number Diff line number Diff line change 5050 * Compatibility layer for Jackson 2 and Jackson 3. This class auto-detects whether
5151 * Jackson 3 or Jackson 2 are available prefering Jackson 3. Note that Jackson 2 support
5252 * will be removed in future versions.
53+ * <p>This class is intened for internal use only and will be removed in future versions.
5354 *
5455 * @author Mark Paluch
5556 * @since 4.0
You can’t perform that action at this time.
0 commit comments