Class UdtValue

    • Field Detail

      • subClass

        @NotBlank
        public @NotBlank String subClass
        This is used by Jackson for deserialising subclasses.
      • value

        public String value
        The string representation of the value, which is a Base64-encoded byte[] or null in case the value is ADEPT2-Null.
      • udtName

        @NotNull
        public @NotNull String udtName
    • Constructor Detail

      • UdtValue

        public UdtValue()