Uses of Class
io.pebbletemplates.pebble.extension.ExtensionCustomizer
Packages that use ExtensionCustomizer
-
Uses of ExtensionCustomizer in io.pebbletemplates.pebble
Method parameters in io.pebbletemplates.pebble with type arguments of type ExtensionCustomizerModifier and TypeMethodDescriptionPebbleEngine.Builder.registerExtensionCustomizer
(Function<Extension, ExtensionCustomizer> customizer) Registers an implementation ofExtensionCustomizer
to change runtime-behaviour of standard functionality. -
Uses of ExtensionCustomizer in io.pebbletemplates.pebble.extension
Method parameters in io.pebbletemplates.pebble.extension with type arguments of type ExtensionCustomizerModifier and TypeMethodDescriptionvoid
ExtensionRegistryFactory.registerExtensionCustomizer
(Function<Extension, ExtensionCustomizer> customizer)