mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Merge pull request #697 from jocmp/master
Make RuntimeJsonAdapterFactory public
This commit is contained in:
@@ -45,8 +45,8 @@ import javax.annotation.CheckReturnValue;
|
||||
* .build();
|
||||
* }</pre>
|
||||
*/
|
||||
// TODO(jwilson): make this class public in Moshi 1.8.
|
||||
final class RuntimeJsonAdapterFactory<T> implements JsonAdapter.Factory {
|
||||
|
||||
public final class RuntimeJsonAdapterFactory<T> implements JsonAdapter.Factory {
|
||||
final Class<T> baseType;
|
||||
final String labelKey;
|
||||
final List<String> labels;
|
||||
|
Reference in New Issue
Block a user