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(java.util.function.Function<Extension, ExtensionCustomizer> customizer) Registers an implementation ofExtensionCustomizerto 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 TypeMethodDescriptionvoidExtensionRegistryFactory.registerExtensionCustomizer(java.util.function.Function<Extension, ExtensionCustomizer> customizer)