TemplateConfig instead@Deprecated
@Target(value={})
@Retention(value=RUNTIME)
public @interface StepTemplateConfig
Step.value() template configuration. Required for customizing representation of the parsed collections and arrays.
methodNameTemplate() required to set the invoked method name template to be included in the result value to
prevent situations when the method argument has the same name as a default TemplateConfiguration.METHOD_NAME_TEMPLATE| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
arrayElementDelimiter
Deprecated.
|
java.lang.String |
arrayEndSymbol
Deprecated.
|
java.lang.String |
arrayStartSymbol
Deprecated.
|
java.lang.String |
iterableElementDelimiter
Deprecated.
|
java.lang.String |
iterableEndSymbol
Deprecated.
|
java.lang.String |
iterableStartSymbol
Deprecated.
|
java.lang.String |
methodNameTemplate
Deprecated.
|