public class SuperclassExclusionStrategy extends Object implements com.google.gson.ExclusionStrategy
An exclusion strategy that ignores fields in the superclass
Constructor and Description |
---|
SuperclassExclusionStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSkipClass(Class<?> arg0) |
boolean |
shouldSkipField(com.google.gson.FieldAttributes fieldAttributes) |
public boolean shouldSkipClass(Class<?> arg0)
shouldSkipClass
in interface com.google.gson.ExclusionStrategy
public boolean shouldSkipField(com.google.gson.FieldAttributes fieldAttributes)
shouldSkipField
in interface com.google.gson.ExclusionStrategy
Copyright © 2018 OpenNTF. All rights reserved.