Uses of Interface
org.eclipse.parsson.api.BufferPool
Packages that use BufferPool
-
Uses of BufferPool in org.eclipse.parsson
Classes in org.eclipse.parsson that implement BufferPoolModifier and TypeClassDescription(package private) class
char[] pool that pool instances of char[] which are expensive to create.Fields in org.eclipse.parsson declared as BufferPoolModifier and TypeFieldDescriptionprivate final BufferPool
JsonContext.bufferPool
private final BufferPool
JsonGeneratorImpl.bufferPool
private final BufferPool
JsonProviderImpl.bufferPool
Methods in org.eclipse.parsson that return BufferPoolModifier and TypeMethodDescription(package private) BufferPool
JsonContext.bufferPool()
private static BufferPool
JsonContext.getBufferPool
(Map<String, ?> config, BufferPool defaultrPool) Methods in org.eclipse.parsson with parameters of type BufferPoolModifier and TypeMethodDescriptionprivate static BufferPool
JsonContext.getBufferPool
(Map<String, ?> config, BufferPool defaultrPool) Constructors in org.eclipse.parsson with parameters of type BufferPoolModifierConstructorDescription(package private)
JsonContext
(Map<String, ?> config, BufferPool defaultPool) Creates an instance of Parsson configuration.(package private)
JsonContext
(Map<String, ?> config, BufferPool defaultPool, String... properties) Creates an instance of Parsson configuration.