Uses of Interface
org.glassfish.json.api.BufferPool
-
Packages that use BufferPool Package Description org.glassfish.json -
-
Uses of BufferPool in org.glassfish.json
Classes in org.glassfish.json that implement BufferPool Modifier and Type Class Description (package private) classBufferPoolImplchar[] pool that pool instances of char[] which are expensive to create.Fields in org.glassfish.json declared as BufferPool Modifier and Type Field Description private BufferPoolJsonArrayBuilderImpl. bufferPoolprivate BufferPoolJsonArrayBuilderImpl.JsonArrayImpl. bufferPoolprivate BufferPoolJsonBuilderFactoryImpl. bufferPoolprivate BufferPoolJsonGeneratorFactoryImpl. bufferPoolprivate BufferPoolJsonGeneratorImpl. bufferPoolprivate BufferPoolJsonObjectBuilderImpl. bufferPoolprivate BufferPoolJsonObjectBuilderImpl.JsonObjectImpl. bufferPoolprivate BufferPoolJsonParserFactoryImpl. bufferPoolprivate BufferPoolJsonParserImpl. bufferPoolprivate BufferPoolJsonProviderImpl. bufferPoolprivate BufferPoolJsonReaderFactoryImpl. bufferPoolprivate BufferPoolJsonReaderImpl. bufferPoolprivate BufferPoolJsonTokenizer. bufferPoolprivate BufferPoolJsonWriterFactoryImpl. bufferPoolMethods in org.glassfish.json with parameters of type BufferPool Modifier and Type Method Description (package private) static JsonValueMapUtil. handle(java.lang.Object value, BufferPool bufferPool)Constructors in org.glassfish.json with parameters of type BufferPool Constructor Description JsonArrayBuilderImpl(java.util.Collection<?> collection, BufferPool bufferPool)JsonArrayBuilderImpl(JsonArray array, BufferPool bufferPool)JsonArrayBuilderImpl(BufferPool bufferPool)JsonArrayImpl(java.util.List<JsonValue> valueList, BufferPool bufferPool)JsonBuilderFactoryImpl(BufferPool bufferPool)JsonGeneratorFactoryImpl(java.util.Map<java.lang.String,?> config, boolean prettyPrinting, BufferPool bufferPool)JsonGeneratorImpl(java.io.OutputStream out, java.nio.charset.Charset encoding, BufferPool bufferPool)JsonGeneratorImpl(java.io.OutputStream out, BufferPool bufferPool)JsonGeneratorImpl(java.io.Writer writer, BufferPool bufferPool)JsonObjectBuilderImpl(java.util.Map<java.lang.String,java.lang.Object> map, BufferPool bufferPool)JsonObjectBuilderImpl(JsonObject object, BufferPool bufferPool)JsonObjectBuilderImpl(BufferPool bufferPool)JsonObjectImpl(java.util.Map<java.lang.String,JsonValue> valueMap, BufferPool bufferPool)JsonParserFactoryImpl(BufferPool bufferPool)JsonParserImpl(java.io.InputStream in, java.nio.charset.Charset encoding, BufferPool bufferPool)JsonParserImpl(java.io.InputStream in, BufferPool bufferPool)JsonParserImpl(java.io.Reader reader, BufferPool bufferPool)JsonPrettyGeneratorImpl(java.io.OutputStream out, java.nio.charset.Charset encoding, BufferPool bufferPool)JsonPrettyGeneratorImpl(java.io.OutputStream out, BufferPool bufferPool)JsonPrettyGeneratorImpl(java.io.Writer writer, BufferPool bufferPool)JsonReaderFactoryImpl(BufferPool bufferPool)JsonReaderImpl(java.io.InputStream in, java.nio.charset.Charset charset, BufferPool bufferPool)JsonReaderImpl(java.io.InputStream in, BufferPool bufferPool)JsonReaderImpl(java.io.Reader reader, BufferPool bufferPool)JsonTokenizer(java.io.Reader reader, BufferPool bufferPool)JsonWriterFactoryImpl(java.util.Map<java.lang.String,?> config, boolean prettyPrinting, BufferPool bufferPool)JsonWriterImpl(java.io.OutputStream out, boolean prettyPrinting, BufferPool bufferPool)JsonWriterImpl(java.io.OutputStream out, java.nio.charset.Charset charset, boolean prettyPrinting, BufferPool bufferPool)JsonWriterImpl(java.io.OutputStream out, BufferPool bufferPool)JsonWriterImpl(java.io.Writer writer, boolean prettyPrinting, BufferPool bufferPool)JsonWriterImpl(java.io.Writer writer, BufferPool bufferPool)
-