-
- All Implemented Interfaces:
-
com.squareup.moshi.JsonAdapter.Factory
public final class TypesAdapterFactory implements JsonAdapter.FactoryMoshi Factory to handle all the custom types we want to support, such as LocalDate, ZonedDateTime, BigDecimal.
-
-
Constructor Summary
Constructors Constructor Description TypesAdapterFactory()
-
Method Summary
Modifier and Type Method Description JsonAdapter<?>create(Type type, Set<out Annotation> annotations, Moshi moshi)-
-
Method Detail
-
create
JsonAdapter<?> create(Type type, Set<out Annotation> annotations, Moshi moshi)
-
-
-
-