Package org.projectnessie.model
Interface Transplant
-
- All Known Implementing Classes:
ImmutableTransplant
@Immutable(prehash=true) public interface Transplant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckHashes()Validation rule usingValidation.validateHash(String)(String)}.@NotNull @Size(min=1) List<String>getHashesToTransplant()
-
-
-
Method Detail
-
getHashesToTransplant
@NotNull @Size(min=1) @NotNull @Size(min=1) List<String> getHashesToTransplant()
-
checkHashes
@Check default void checkHashes()
Validation rule usingValidation.validateHash(String)(String)}.
-
-