twitter4j.internal.json
Class DataObjectFactoryUtil

java.lang.Object
  extended by twitter4j.internal.json.DataObjectFactoryUtil

public class DataObjectFactoryUtil
extends Object

provides public access to package private methods of twitter4j.json.DataObjectFactory class.
This class is not intended to be used by Twitter4J client.

Since:
Twitter4J 2.1.7
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
static void clearThreadLocalMap()
          provides a public access to {DAOFactory#clearThreadLocalMap}
static
<T> T
registerJSONObject(T key, Object json)
          provides a public access to {DAOFactory#registerJSONObject}
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clearThreadLocalMap

public static void clearThreadLocalMap()
provides a public access to {DAOFactory#clearThreadLocalMap}


registerJSONObject

public static <T> T registerJSONObject(T key,
                                       Object json)
provides a public access to {DAOFactory#registerJSONObject}



Copyright © 2012. All Rights Reserved.