Package org.eclipse.lsp4j.adapters
Class HoverTypeAdapter.Factory
- java.lang.Object
-
- org.eclipse.lsp4j.adapters.HoverTypeAdapter.Factory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
- Enclosing class:
- HoverTypeAdapter
public static class HoverTypeAdapter.Factory extends java.lang.Object implements com.google.gson.TypeAdapterFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> typeToken)
-