Interface Merge

All Superinterfaces:
BaseMergeTransplant

@Immutable public interface Merge extends BaseMergeTransplant
  • Method Details

    • getFromHash

      @NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$", message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$", message="Hash must consist of the hex representation of 4-32 bytes") @NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String getFromHash()
    • checkHash

      @Check default void checkHash()
      Validation rule using Validation.validateHash(String) (String)}.