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) classchar[] pool that pool instances of char[] which are expensive to create.Fields in org.eclipse.parsson declared as BufferPoolModifier and TypeFieldDescriptionprivate final BufferPoolJsonContext.bufferPoolprivate final BufferPoolJsonGeneratorImpl.bufferPoolprivate final BufferPoolJsonProviderImpl.bufferPoolMethods in org.eclipse.parsson that return BufferPoolModifier and TypeMethodDescription(package private) BufferPoolJsonContext.bufferPool()private static BufferPoolJsonContext.getBufferPool(Map<String, ?> config, BufferPool defaultrPool) Methods in org.eclipse.parsson with parameters of type BufferPoolModifier and TypeMethodDescriptionprivate static BufferPoolJsonContext.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.