Class WellKnownTypes

java.lang.Object
org.yamcs.client.utils.WellKnownTypes

public class WellKnownTypes extends Object
  • Field Details

    • TIMESTAMP_MIN

      public static final Instant TIMESTAMP_MIN
    • TIMESTAMP_MAX

      public static final Instant TIMESTAMP_MAX
  • Constructor Details

    • WellKnownTypes

      public WellKnownTypes()
  • Method Details

    • toInstant

      public static Instant toInstant(com.google.protobuf.Timestamp timestamp)
    • toTimestamp

      public static com.google.protobuf.Timestamp toTimestamp(Instant instant)
    • toStruct

      public static com.google.protobuf.Struct toStruct(Map<String,?> map)
    • toListValue

      public static com.google.protobuf.ListValue toListValue(List<?> list)
    • toListValue

      public static com.google.protobuf.ListValue toListValue(Object[] array)
    • toHex

      public static String toHex(byte[] array)
    • toValue

      public static com.google.protobuf.Value toValue(Object value)