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