@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 PublicKeySerdeImplRuntimeDelegatable extends PublicKeySerdeImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicKeySerdeImplRuntimeDelegatable.ArgumentsCaptor |
| Constructor and Description |
|---|
PublicKeySerdeImplRuntimeDelegatable(OverridesRegistry context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
overrideWith(OverridesRegistry context,
Function<PublicKeySerdeImplRuntimeDelegatable.ArgumentsCaptor,PublicKeySerdeImpl> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
PublicKey |
readPubKey(String encoded) |
String |
writePubKey(PublicKey publicKey) |
@Inject public PublicKeySerdeImplRuntimeDelegatable(@Nullable OverridesRegistry context)
context - Context class to search for overrides.public PublicKey readPubKey(String encoded)
readPubKey in interface PublicKeySerdereadPubKey in class PublicKeySerdeImplpublic String writePubKey(PublicKey publicKey)
writePubKey in interface PublicKeySerdewritePubKey in class PublicKeySerdeImplpublic static void overrideWith(OverridesRegistry context, Function<PublicKeySerdeImplRuntimeDelegatable.ArgumentsCaptor,PublicKeySerdeImpl> ctorCaptor)
Copyright © 2019. All rights reserved.