Class PrimitiveValueAdapter


public class PrimitiveValueAdapter extends SchedulingChoiceValueAdapter<PrimitiveValue>
Represents a primitive (Number|String|Boolean) value used in scheduling choices.

This class extends SchedulingChoiceValue to provide a specific implementation for integer, string or boolean values, allowing them to be serialized to JSON and identified by type.

  • Constructor Details

    • PrimitiveValueAdapter

      public PrimitiveValueAdapter()
  • Method Details

    • fromJson

      public PrimitiveValue fromJson(com.google.gson.JsonElement json)