@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 GsonSerdeRuntimeDelegatable extends GsonSerde
| Modifier and Type | Class and Description |
|---|---|
static class |
GsonSerdeRuntimeDelegatable.ArgumentsCaptor |
| Constructor and Description |
|---|
GsonSerdeRuntimeDelegatable(OverridesRegistry context,
PublicKeySerde pubSerde) |
| Modifier and Type | Method and Description |
|---|---|
static void |
overrideWith(OverridesRegistry context,
Function<GsonSerdeRuntimeDelegatable.ArgumentsCaptor,GsonSerde> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
@Inject public GsonSerdeRuntimeDelegatable(@Nullable OverridesRegistry context, PublicKeySerde pubSerde)
context - Context class to search for overrides.public static void overrideWith(OverridesRegistry context, Function<GsonSerdeRuntimeDelegatable.ArgumentsCaptor,GsonSerde> ctorCaptor)
Copyright © 2019. All rights reserved.