@FunctionalInterface public static interface TemplateDataAnalyzer.InjectableFieldCunsumer
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Field field,
String id,
String tag)
Performs this operation on the given arguments.
|
void apply(Field field, String id, String tag)
The arguments are: the field declared in a template class, the identifier of the element inside the HTML template file, the element tag.
field - the field declared in a template classid - the element idtag - the element tagCopyright © 2025. All rights reserved.