Package io.quarkus.qute
Class TemplateInstanceBase.DataMap
java.lang.Object
io.quarkus.qute.TemplateInstanceBase.DataMap
- All Implemented Interfaces:
Mapper
- Enclosing class:
- TemplateInstanceBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidforEachComputedData(BiConsumer<String, Function<String, Object>> action) voidforEachData(BiConsumer<String, Object> action) The returned set may be a subset of the final set of all mapped keys.
-
Constructor Details
-
DataMap
public DataMap()
-
-
Method Details
-
get
-
appliesTo
-
mappedKeys
Description copied from interface:MapperThe returned set may be a subset of the final set of all mapped keys.- Specified by:
mappedKeysin interfaceMapper- Returns:
- the set of known mapped keys
-
forEachData
-
forEachComputedData
-