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

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

Introduction

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

Prototype

ConstructorConstructor

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));
}