Package io.jmix.dashboards.converter
Class AnnotationExclusionStrategy
java.lang.Object
io.jmix.dashboards.converter.AnnotationExclusionStrategy
- All Implemented Interfaces:
- com.google.gson.ExclusionStrategy
public class AnnotationExclusionStrategy
extends Object
implements com.google.gson.ExclusionStrategy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanshouldSkipClass(Class<?> clazz) booleanshouldSkipField(com.google.gson.FieldAttributes f) 
- 
Constructor Details- 
AnnotationExclusionStrategypublic AnnotationExclusionStrategy()
 
- 
- 
Method Details- 
shouldSkipFieldpublic boolean shouldSkipField(com.google.gson.FieldAttributes f) - Specified by:
- shouldSkipFieldin interface- com.google.gson.ExclusionStrategy
 
- 
shouldSkipClass- Specified by:
- shouldSkipClassin interface- com.google.gson.ExclusionStrategy
 
 
-