Class PebbleOptionsConfig


  • @ConfigPrototype(model=POLYVARIANT)
    public abstract class PebbleOptionsConfig
    extends java.lang.Object
    This config is used to set pebble engine building options
    Author:
    Vladlen Larionov
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void applyOptions​(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PebbleOptionsConfig

        public PebbleOptionsConfig()
    • Method Detail

      • applyOptions

        public abstract void applyOptions​(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)