Interface ContentToContentReference

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ContentToContentReference
    Converts a content-object at a specific commit/content-key to a content-reference.
    • Method Detail

      • contentToReference

        ContentReference contentToReference​(@NotNull
                                            @NotNull org.projectnessie.model.Content content,
                                            @NotNull
                                            @NotNull java.lang.String commitId,
                                            @NotNull
                                            @NotNull org.projectnessie.model.ContentKey key)