Class InteractionParameterConverter
java.lang.Object
de.telekom.test.bddwebapp.interaction.InteractionParameterConverter
Maps interaction key like $key to value. Simple values will return as value.
- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2023 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconcatenatedKey(String concatenatedKey) protected <S> S<S> SgetValueFromKeyOrValueOrConcatenated(String keyOrValueOrConcatenated) protected booleanisConcatenatedKey(String keyOrValueOrConcatenated) protected booleanprotected <S> SmapToValue(String keyOrValueOrConcatenated)
-
Field Details
-
KEY_LITERAL
-
CONCATENATED_LITERAL
-
-
Constructor Details
-
InteractionParameterConverter
public InteractionParameterConverter()
-
-
Method Details
-
getValueFromKeyOrValueOrConcatenated
-
isKey
-
isConcatenatedKey
-
concatenatedKey
-
mapToValue
-
getInteractionValue
-