Class IntegrationEntriesGetList.AtgEntryExclusionStrategy
java.lang.Object
net.atthegate.server.api.integration.IntegrationEntriesGetList.AtgEntryExclusionStrategy
- All Implemented Interfaces:
com.google.gson.ExclusionStrategy
- Enclosing class:
IntegrationEntriesGetList
public static class IntegrationEntriesGetList.AtgEntryExclusionStrategy
extends Object
implements com.google.gson.ExclusionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldSkipClass
(Class<?> arg0) boolean
shouldSkipField
(com.google.gson.FieldAttributes f)
-
Constructor Details
-
AtgEntryExclusionStrategy
-
-
Method Details
-
shouldSkipClass
- Specified by:
shouldSkipClass
in interfacecom.google.gson.ExclusionStrategy
-
shouldSkipField
public boolean shouldSkipField(com.google.gson.FieldAttributes f) - Specified by:
shouldSkipField
in interfacecom.google.gson.ExclusionStrategy
-