B J M O R T 
All Classes All Packages

B

BufferPool - Interface in org.eclipse.parsson.api
char[] pool that pool instances of char[] which are expensive to create.

J

JsonConfig - Interface in org.eclipse.parsson.api
 

M

MAX_BIGDECIMAL_LEN - Static variable in interface org.eclipse.parsson.api.JsonConfig
Configuration property to limit maximum value of BigDecimal length when being parsed.
MAX_BIGINTEGER_SCALE - Static variable in interface org.eclipse.parsson.api.JsonConfig
Configuration property to limit maximum absolute value of BigInteger scale.
MAX_DEPTH - Static variable in interface org.eclipse.parsson.api.JsonConfig
Configuration property to limit maximum level of nesting when being parsing JSON string.

O

org.eclipse.parsson - module org.eclipse.parsson
 
org.eclipse.parsson.api - package org.eclipse.parsson.api
 

R

recycle(char[]) - Method in interface org.eclipse.parsson.api.BufferPool
Returns an object back to the pool.
REJECT_DUPLICATE_KEYS - Static variable in interface org.eclipse.parsson.api.JsonConfig
Configuration property to reject duplicate keys.

T

take() - Method in interface org.eclipse.parsson.api.BufferPool
Gets a new char[] object from the pool.
B J M O R T 
All Classes All Packages