Class DefaultJinjavaFactory

  • All Implemented Interfaces:
    JinjavaFactory

    public class DefaultJinjavaFactory
    extends java.lang.Object
    implements JinjavaFactory
    Creates a regular jinjava. You can overwrite this to create a custom jinjava with things like custom filters and tags.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.hubspot.jinjava.Jinjava create()  
      • Methods inherited from class java.lang.Object

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

      • DefaultJinjavaFactory

        public DefaultJinjavaFactory()
    • Method Detail

      • create

        public com.hubspot.jinjava.Jinjava create()
        Specified by:
        create in interface JinjavaFactory