org.jboss.resteasy.plugins.providers.jaxb.json
Class JsonParsing

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.json.JsonParsing

public class JsonParsing
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
JsonParsing()
           
 
Method Summary
protected static char eatWhitspace(Reader buffer, boolean reset)
           
static String extractJsonMapString(Reader reader)
           
static String getJsonString(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonParsing

public JsonParsing()
Method Detail

extractJsonMapString

public static String extractJsonMapString(Reader reader)
                                   throws IOException
Throws:
IOException

getJsonString

public static String getJsonString(Reader reader)
                            throws IOException
Throws:
IOException

eatWhitspace

protected static char eatWhitspace(Reader buffer,
                                   boolean reset)
                            throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.