Class DIDEndpointWithType.EndpointTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<DIDEndpointWithType.EndpointTypeEnum>
-
- org.hyperledger.acy_py.generated.model.DIDEndpointWithType.EndpointTypeEnum.Adapter
-
- Enclosing class:
- DIDEndpointWithType.EndpointTypeEnum
public static class DIDEndpointWithType.EndpointTypeEnum.Adapter extends com.google.gson.TypeAdapter<DIDEndpointWithType.EndpointTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DIDEndpointWithType.EndpointTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, DIDEndpointWithType.EndpointTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, DIDEndpointWithType.EndpointTypeEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<DIDEndpointWithType.EndpointTypeEnum>- Throws:
IOException
-
read
public DIDEndpointWithType.EndpointTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<DIDEndpointWithType.EndpointTypeEnum>- Throws:
IOException
-
-