Interface IdentifiedContentKey


  • @Immutable
    public interface IdentifiedContentKey
    • Method Detail

      • contentKey

        @NotNull
        @NotNull
        @NotNull @NotNull ContentKey contentKey()
      • check

        @Check
        default void check()
      • builder

        static org.projectnessie.model.ImmutableIdentifiedContentKey.Builder builder()
      • identifiedContentKeyFromContent

        static IdentifiedContentKey identifiedContentKeyFromContent​(ContentKey key,
                                                                    Content content,
                                                                    java.util.function.Function<java.util.List<java.lang.String>,​java.lang.String> keyToContentId)
      • identifiedContentKeyFromContent

        static IdentifiedContentKey identifiedContentKeyFromContent​(ContentKey key,
                                                                    Content.Type type,
                                                                    java.lang.String contentId,
                                                                    java.util.function.Function<java.util.List<java.lang.String>,​java.lang.String> keyToContentId)