@Configuration @Requires(property="micronaut.views.pebble.enabled",notEquals="false") @Requires(classes=com.mitchellbosecke.pebble.PebbleEngine.class)
See: Description
| Interface | Description |
|---|---|
| PebbleConfiguration |
Configuration for
PebbleViewsRenderer. |
| Class | Description |
|---|---|
| PebbleConfigurationProperties |
ConfigurationProperties implementation of PebbleConfiguration. |
| PebbleEngineFactory |
Factory for PebbleEngine beans.
|
| PebbleLoader |
Loader for Pebble templates.
|
| PebbleViewsRenderer<T> |
Renders Views with Pebble.
|