Annotation Type BinaryDtoField


@Retention(RUNTIME)
@Target(FIELD)
public @interface BinaryDtoField
  • Field Details

  • Element Details

    • index

      int index
      Default:
      -2147483648
    • nullable

      boolean nullable
      Default:
      true
    • nullableItems

      boolean nullableItems
      Default:
      true
    • codec

      Class<? extends BinaryDtoBaseFieldCodec<?>> codec
      Default:
      io.datarouter.bytes.binarydto.dto.BinaryDtoField.BinaryDtoInvalidCodec.class