public class JsonParserFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static JsonParserFactory |
getInstance() |
JSONParser |
newJsonParser() |
JSONParser |
newJsonParser(CollectionTypes collectionTypes) |
JSONParser |
newJsonParser(ValidationConfigType type) |
JSONParser |
newJsonParser(ValidationConfigType type,
CollectionTypes collectionTypes) |
public static JsonParserFactory getInstance()
public JSONParser newJsonParser()
public JSONParser newJsonParser(ValidationConfigType type)
public JSONParser newJsonParser(CollectionTypes collectionTypes)
public JSONParser newJsonParser(ValidationConfigType type, CollectionTypes collectionTypes)
Copyright © 2014. All rights reserved.