Annotation Type TemplateConfig
-
@Target({}) @Retention(RUNTIME) public @interface TemplateConfigTemplate configuration. Required for customizing representation of the parsed collections and arrays.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 defaultTemplateConfiguration.METHOD_NAME_TEMPLATEselfNameTemplate()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 defaultTemplateConfiguration.SELF_NAME_TEMPLATE
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringarrayElementDelimiterjava.lang.StringarrayEndSymboljava.lang.StringarrayStartSymboljava.lang.StringclassNameTemplatejava.lang.StringclassRefTemplatejava.lang.StringfieldDelimiterjava.lang.StringiterableElementDelimiterjava.lang.StringiterableEndSymboljava.lang.StringiterableStartSymboljava.lang.StringmethodCallEndSymboljava.lang.StringmethodCallStartSymboljava.lang.StringmethodNameTemplatejava.lang.StringselfNameTemplate
-