Package io.micronaut.views.pebble
@Configuration
@Requires(property="micronaut.views.pebble.enabled",notEquals="false") @Requires(classes=io.pebbletemplates.pebble.PebbleEngine.class)
package io.micronaut.views.pebble
Contains classes specific to Views rendered with Pebble.
- Since:
 - 2.2.0
 - Author:
 - Ecmel Ercan
 - See Also:
 
- 
ClassDescriptionConfiguration for
PebbleViewsRenderer.ConfigurationPropertiesimplementation ofPebbleConfiguration.Factory for PebbleEngine beans.Loader for Pebble templates.PebbleViewsRenderer<T,R> Renders Views with Pebble.