Package com.airbnb.lottie.parser.moshi
Class JsonReader.Options
- java.lang.Object
-
- com.airbnb.lottie.parser.moshi.JsonReader.Options
-
- Enclosing class:
- JsonReader
public static final class JsonReader.Options extends java.lang.ObjectA set of strings to be chosen withJsonReader.selectName(com.airbnb.lottie.parser.moshi.JsonReader.Options). This prepares the encoded values of the strings so they can be read directly from the input source.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonReader.Optionsof(java.lang.String... strings)
-
-
-
Method Detail
-
of
public static JsonReader.Options of(java.lang.String... strings)
-
-