@Target(value={})
@Retention(value=RUNTIME)
public @interface TemplateConfig
methodNameTemplate() required to set the current 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
selfNameTemplate() required to set the current object name template to be included in the result value to
prevent situations when the method argument has the same name as a default TemplateConfiguration.SELF_NAME_TEMPLATE
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
arrayElementDelimiter |
java.lang.String |
arrayEndSymbol |
java.lang.String |
arrayStartSymbol |
java.lang.String |
classNameTemplate |
java.lang.String |
classRefTemplate |
java.lang.String |
fieldDelimiter |
java.lang.String |
iterableElementDelimiter |
java.lang.String |
iterableEndSymbol |
java.lang.String |
iterableStartSymbol |
java.lang.String |
methodNameTemplate |
java.lang.String |
selfNameTemplate |