public class ExcludeStrategy
extends java.lang.Object
implements com.google.gson.ExclusionStrategy
| Constructor and Description |
|---|
ExcludeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSkipClass(java.lang.Class<?> aClass) |
boolean |
shouldSkipField(com.google.gson.FieldAttributes fieldAttributes) |
public boolean shouldSkipField(com.google.gson.FieldAttributes fieldAttributes)
shouldSkipField in interface com.google.gson.ExclusionStrategypublic boolean shouldSkipClass(java.lang.Class<?> aClass)
shouldSkipClass in interface com.google.gson.ExclusionStrategy