@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 InboxServiceImplRuntimeDelegatable extends InboxServiceImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
InboxServiceImplRuntimeDelegatable.ArgumentsCaptor |
| Constructor and Description |
|---|
InboxServiceImplRuntimeDelegatable(OverridesRegistry context,
ListInbox listInbox,
ReadFromInbox readDocumentFromInbox,
WriteToInbox writeDocumentToInbox,
RemoveFromInbox removeFromInbox) |
| Modifier and Type | Method and Description |
|---|---|
static void |
overrideWith(OverridesRegistry context,
Function<InboxServiceImplRuntimeDelegatable.ArgumentsCaptor,InboxServiceImpl> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadwriteremove@Inject public InboxServiceImplRuntimeDelegatable(@Nullable OverridesRegistry context, ListInbox listInbox, ReadFromInbox readDocumentFromInbox, WriteToInbox writeDocumentToInbox, RemoveFromInbox removeFromInbox)
context - Context class to search for overrides.public static void overrideWith(OverridesRegistry context, Function<InboxServiceImplRuntimeDelegatable.ArgumentsCaptor,InboxServiceImpl> ctorCaptor)
Copyright © 2019. All rights reserved.