Package com.github.jknack.handlebars
Class Options.NativeBuffer
java.lang.Object
com.github.jknack.handlebars.Options.NativeBuffer
- All Implemented Interfaces:
Options.Buffer,Appendable,CharSequence
- Enclosing class:
Options
@Deprecated(since="2024-07-10")
public static class Options.NativeBuffer
extends Object
implements Options.Buffer
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
This buffer will write into the underlying writer. It won't be any visible output and
toString() returns an empty string.- Since:
- 2.3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char c) Deprecated.append(CharSequence csq) Deprecated.append(CharSequence csq, int start, int end) Deprecated.charcharAt(int index) Deprecated.intlength()Deprecated.subSequence(int start, int end) Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
NativeBuffer
Deprecated.Creates a newOptions.NativeBuffer.- Parameters:
writer- A writer. Required.
-
-
Method Details
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
Deprecated.- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
length
public int length()Deprecated.- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) Deprecated.- Specified by:
charAtin interfaceCharSequence
-
subSequence
Deprecated.- Specified by:
subSequencein interfaceCharSequence
-
toString
Deprecated.- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-