@Generated(value="de.adorsys.datasafe.runtimedelegate.RuntimeDelegateGenerator", comments="This class performs functionality delegation based on contextClass content. If contextClass contains overriding class - it will be used.") public class LatestRemoveImplRuntimeDelegatable<V extends LatestDFSVersion> extends LatestRemoveImpl<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
LatestRemoveImplRuntimeDelegatable.ArgumentsCaptor<V extends LatestDFSVersion> |
| Constructor and Description |
|---|
LatestRemoveImplRuntimeDelegatable(OverridesRegistry context,
V versionStrategy,
RemoveFromPrivate removeFromPrivate,
EncryptedLatestLinkService latestVersionLinkLocator) |
| Modifier and Type | Method and Description |
|---|---|
V |
getStrategy() |
static void |
overrideWith(OverridesRegistry context,
Function<LatestRemoveImplRuntimeDelegatable.ArgumentsCaptor,LatestRemoveImpl> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
void |
remove(RemoveRequest<UserIDAuth,PrivateResource> request) |
@Inject public LatestRemoveImplRuntimeDelegatable(@Nullable OverridesRegistry context, V versionStrategy, RemoveFromPrivate removeFromPrivate, EncryptedLatestLinkService latestVersionLinkLocator)
context - Context class to search for overrides.public void remove(RemoveRequest<UserIDAuth,PrivateResource> request)
remove in interface RemoveFromPrivateremove in class LatestRemoveImpl<V extends LatestDFSVersion>public V getStrategy()
public static void overrideWith(OverridesRegistry context, Function<LatestRemoveImplRuntimeDelegatable.ArgumentsCaptor,LatestRemoveImpl> ctorCaptor)
Copyright © 2019. All rights reserved.