com.google.api.client.testing.json
Class AbstractJsonFactoryTest.AnyType

java.lang.Object
  extended by com.google.api.client.testing.json.AbstractJsonFactoryTest.AnyType
Enclosing class:
AbstractJsonFactoryTest

public static class AbstractJsonFactoryTest.AnyType
extends Object


Field Summary
 Object arr
           
 Object bool
           
 Object nul
           
 Object num
           
 Object obj
           
 Object str
           
 
Constructor Summary
AbstractJsonFactoryTest.AnyType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arr

public Object arr

bool

public Object bool

num

public Object num

obj

public Object obj

str

public Object str

nul

public Object nul
Constructor Detail

AbstractJsonFactoryTest.AnyType

public AbstractJsonFactoryTest.AnyType()


Copyright © 2011-2012 Google. All Rights Reserved.