Package org.projectnessie.api.v1.params
Interface Merge
-
- All Superinterfaces:
BaseMergeTransplant
@Immutable public interface Merge extends BaseMergeTransplant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckHash()Validation rule usingValidation.validateHash(String)(String)}.@NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") java.lang.StringgetFromHash()-
Methods inherited from interface org.projectnessie.api.v1.params.BaseMergeTransplant
getDefaultKeyMergeMode, getFromRefName, getKeyMergeModes, isDryRun, isFetchAdditionalInfo, isReturnConflictAsResult, keepIndividualCommits
-
-
-
-
Method Detail
-
getFromHash
@NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$", message="Hash must consist of the hex representation of 4-32 bytes") @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") java.lang.String getFromHash()
-
checkHash
@Check default void checkHash()
Validation rule usingValidation.validateHash(String)(String)}.
-
-