Package org.projectnessie.model
Interface Merge
-
- All Known Implementing Classes:
ImmutableMerge
@Immutable(prehash=true) public interface Merge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckHash()Validation rule usingValidation.validateHash(String)(String)}.StringgetFromHash()
-
-
-
Method Detail
-
getFromHash
String getFromHash()
-
checkHash
@Check default void checkHash()
Validation rule usingValidation.validateHash(String)(String)}.
-
-