Class EitherTypeAdapterFactory.Adapter<L,R>
- java.lang.Object
-
- com.google.gson.TypeAdapter<Either<L,R>>
-
- org.eclipse.lsp4j.jsonrpc.json.adapters.EitherTypeAdapter<L,R>
-
- org.eclipse.lsp4j.jsonrpc.json.adapters.EitherTypeAdapterFactory.Adapter<L,R>
-
- Enclosing class:
- EitherTypeAdapterFactory
@Deprecated protected static class EitherTypeAdapterFactory.Adapter<L,R> extends EitherTypeAdapter<L,R>
Deprecated.UseEitherTypeAdapterinstead.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.lsp4j.jsonrpc.json.adapters.EitherTypeAdapter
EitherTypeAdapter.EitherTypeArgument<T>, EitherTypeAdapter.Factory, EitherTypeAdapter.ListChecker, EitherTypeAdapter.PropertyChecker
-
-
Field Summary
-
Fields inherited from class org.eclipse.lsp4j.jsonrpc.json.adapters.EitherTypeAdapter
left, leftChecker, right, rightChecker, typeToken
-
-
Method Summary
-
Methods inherited from class org.eclipse.lsp4j.jsonrpc.json.adapters.EitherTypeAdapter
create, createLeft, createRight, read, write
-
-