Package io.lakefs.clients.api.model
Class Diff.PathTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Diff.PathTypeEnum>
-
- io.lakefs.clients.api.model.Diff.PathTypeEnum.Adapter
-
- Enclosing class:
- Diff.PathTypeEnum
public static class Diff.PathTypeEnum.Adapter extends com.google.gson.TypeAdapter<Diff.PathTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Diff.PathTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, Diff.PathTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Diff.PathTypeEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Diff.PathTypeEnum>- Throws:
IOException
-
read
public Diff.PathTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<Diff.PathTypeEnum>- Throws:
IOException
-
-