| Modifier and Type | Field and Description |
|---|---|
String |
stringValue
The string value from which utf8 bytes are formed.
|
| Constructor and Description |
|---|
KeyFromString()
Default constructor.
|
KeyFromString(String stringValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray() |
String |
getStringValue() |
void |
setStringValue(String stringValue) |
@Parameter @Password @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The string value from which utf8 bytes are formed.") public String stringValue
public KeyFromString()
public KeyFromString(String stringValue)
stringValue - The key value.public String getStringValue()
public void setStringValue(String stringValue)
stringValue - the stringValue to setpublic byte[] getByteArray()
throws OptionValueException
getByteArray in interface KeyConfigOptionValueException - When conversion failed.Copyright © 2019–2025 Teslanet.nl. All rights reserved.