@Component public class Exclusions extends java.lang.Object implements com.google.gson.ExclusionStrategy
| Constructor and Description |
|---|
Exclusions(Serializee serializee) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSkipClass(java.lang.Class<?> clazz) |
boolean |
shouldSkipField(com.google.gson.FieldAttributes f) |
public Exclusions(Serializee serializee)
public boolean shouldSkipField(com.google.gson.FieldAttributes f)
shouldSkipField in interface com.google.gson.ExclusionStrategypublic boolean shouldSkipClass(java.lang.Class<?> clazz)
shouldSkipClass in interface com.google.gson.ExclusionStrategyCopyright © 2013 Caelum. All Rights Reserved.