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) class
BufferPoolImpl
char[] 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 BufferPool
JsonArrayBuilderImpl. bufferPool
private BufferPool
JsonArrayBuilderImpl.JsonArrayImpl. bufferPool
private BufferPool
JsonBuilderFactoryImpl. bufferPool
private BufferPool
JsonGeneratorFactoryImpl. bufferPool
private BufferPool
JsonGeneratorImpl. bufferPool
private BufferPool
JsonObjectBuilderImpl. bufferPool
private BufferPool
JsonObjectBuilderImpl.JsonObjectImpl. bufferPool
private BufferPool
JsonParserFactoryImpl. bufferPool
private BufferPool
JsonParserImpl. bufferPool
private BufferPool
JsonProviderImpl. bufferPool
private BufferPool
JsonReaderFactoryImpl. bufferPool
private BufferPool
JsonReaderImpl. bufferPool
private BufferPool
JsonTokenizer. bufferPool
private BufferPool
JsonWriterFactoryImpl. bufferPool
Methods in org.glassfish.json with parameters of type BufferPool Modifier and Type Method Description (package private) static JsonValue
MapUtil. 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)
-