Package com.github.jknack.handlebars
Interface Options.Buffer
-
- All Superinterfaces:
Appendable
,CharSequence
- All Known Implementing Classes:
Options.InMemoryBuffer
,Options.NativeBuffer
- Enclosing class:
- Options
public static interface Options.Buffer extends Appendable, CharSequence
Buffer like use it to increase rendering time while using helpers.- Since:
- 2.3.2
-
-
Method Summary
-
Methods inherited from interface java.lang.Appendable
append, append, append
-
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, subSequence, toString
-
-