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