Example usage for com.google.common.base Converter.Factory subclass-usage

List of usage examples for com.google.common.base Converter.Factory subclass-usage

Introduction

In this page you can find the example usage for com.google.common.base Converter.Factory subclass-usage.

Usage

From source file retrofit.converter.guava.GuavaOptionalConverterFactory.java

/**
 * A {@linkplain Converter.Factory converter} for {@code Optional<T>} which delegates to another
 * converter to deserialize {@code T} and then wraps it into {@link Optional}.
 */
public final class GuavaOptionalConverterFactory extends Converter.Factory {
    public static GuavaOptionalConverterFactory create() {