Example usage for com.google.gson.internal Excluder Excluder

List of usage examples for com.google.gson.internal Excluder Excluder

Introduction

In this page you can find the example usage for com.google.gson.internal Excluder Excluder.

Prototype

Excluder

Source Link

Usage

From source file:edu.mit.media.funf.config.ConfigurableTypeAdapterFactory.java

License:Open Source License

public ConfigurableTypeAdapterFactory() {
    delegate = new ReflectiveTypeAdapterFactory(new ConstructorConstructor(),
            new ConfigurableFieldNamingStrategy(),
            new Excluder().withExclusionStrategy(new ConfigurableExclusionStrategy(), true, true));
}