Uses of Interface
org.glassfish.json.api.BufferPool
Packages that use BufferPool
-
Uses of BufferPool in org.glassfish.json
Classes in org.glassfish.json that implement BufferPoolModifier and TypeClassDescription(package private) class
char[] pool that pool instances of char[] which are expensive to create.Fields in org.glassfish.json declared as BufferPoolModifier and TypeFieldDescriptionprivate final BufferPool
JsonArrayBuilderImpl.bufferPool
private final BufferPool
JsonArrayBuilderImpl.JsonArrayImpl.bufferPool
private final BufferPool
JsonBuilderFactoryImpl.bufferPool
private final BufferPool
JsonGeneratorFactoryImpl.bufferPool
private final BufferPool
JsonGeneratorImpl.bufferPool
private final BufferPool
JsonObjectBuilderImpl.bufferPool
private final BufferPool
JsonObjectBuilderImpl.JsonObjectImpl.bufferPool
private final BufferPool
JsonParserFactoryImpl.bufferPool
private final BufferPool
JsonProviderImpl.bufferPool
private final BufferPool
JsonReaderFactoryImpl.bufferPool
private final BufferPool
JsonReaderImpl.bufferPool
private final BufferPool
JsonTokenizer.bufferPool
private final BufferPool
JsonWriterFactoryImpl.bufferPool
Constructors in org.glassfish.json with parameters of type BufferPoolModifierConstructorDescription(package private)
JsonArrayBuilderImpl
(BufferPool bufferPool) (package private)
JsonArrayImpl
(List<JsonValue> valueList, BufferPool bufferPool) (package private)
JsonBuilderFactoryImpl
(BufferPool bufferPool) (package private)
JsonGeneratorFactoryImpl
(Map<String, ?> config, boolean prettyPrinting, BufferPool bufferPool) (package private)
JsonGeneratorImpl
(OutputStream out, Charset encoding, BufferPool bufferPool) (package private)
JsonGeneratorImpl
(OutputStream out, BufferPool bufferPool) (package private)
JsonGeneratorImpl
(Writer writer, BufferPool bufferPool) (package private)
JsonObjectBuilderImpl
(BufferPool bufferPool) (package private)
JsonObjectImpl
(Map<String, JsonValue> valueMap, BufferPool bufferPool) (package private)
JsonParserFactoryImpl
(BufferPool bufferPool) JsonParserImpl
(InputStream in, Charset encoding, BufferPool bufferPool) JsonParserImpl
(InputStream in, BufferPool bufferPool) JsonParserImpl
(Reader reader, BufferPool bufferPool) JsonPrettyGeneratorImpl
(OutputStream out, Charset encoding, BufferPool bufferPool) JsonPrettyGeneratorImpl
(OutputStream out, BufferPool bufferPool) JsonPrettyGeneratorImpl
(Writer writer, BufferPool bufferPool) (package private)
JsonReaderFactoryImpl
(BufferPool bufferPool) (package private)
JsonReaderImpl
(InputStream in, Charset charset, BufferPool bufferPool) (package private)
JsonReaderImpl
(InputStream in, BufferPool bufferPool) (package private)
JsonReaderImpl
(Reader reader, BufferPool bufferPool) (package private)
JsonTokenizer
(Reader reader, BufferPool bufferPool) (package private)
JsonWriterFactoryImpl
(Map<String, ?> config, boolean prettyPrinting, BufferPool bufferPool) (package private)
JsonWriterImpl
(OutputStream out, boolean prettyPrinting, BufferPool bufferPool) (package private)
JsonWriterImpl
(OutputStream out, Charset charset, boolean prettyPrinting, BufferPool bufferPool) (package private)
JsonWriterImpl
(OutputStream out, BufferPool bufferPool) (package private)
JsonWriterImpl
(Writer writer, boolean prettyPrinting, BufferPool bufferPool) (package private)
JsonWriterImpl
(Writer writer, BufferPool bufferPool)