org.jclouds.json.config
Class GsonModule.NoExclusions
java.lang.Object
org.jclouds.json.config.GsonModule.NoExclusions
- All Implemented Interfaces:
- com.google.gson.ExclusionStrategy, GsonModule.DefaultExclusionStrategy
- Enclosing class:
- GsonModule
public static class GsonModule.NoExclusions
- extends Object
- implements GsonModule.DefaultExclusionStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GsonModule.NoExclusions
public GsonModule.NoExclusions()
shouldSkipField
public boolean shouldSkipField(com.google.gson.FieldAttributes f)
- Specified by:
shouldSkipField in interface com.google.gson.ExclusionStrategy
shouldSkipClass
public boolean shouldSkipClass(Class<?> clazz)
- Specified by:
shouldSkipClass in interface com.google.gson.ExclusionStrategy
Copyright © 2009-2013 jclouds. All Rights Reserved.