List of usage examples for com.google.common.base Converter.Factory subclass-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() {