Class EntityFileSystem.BuilderStage1

    • Method Detail

      • beanAdapter

        public <Entry extends IFileSystemEntry<Entry>,​Entity,​Scope> EntityFileSystem.BuilderStage2<Entry,​Entity,​Scope> beanAdapter​(IEntityFileSystemBeanAdapter<Entry,​Entity,​Scope> beanAdapter)
        Sets the bean adapter for constructing new entities and getting / setting their properties related to file system entries.
        Type Parameters:
        Entry - The type of the file system entry.
        Entity - The type of the file entity.
        Scope - The type of the scope for the entities.
        Parameters:
        beanAdapter - The bean adapter for the entities.
        Returns:
        A builder instance for chaining method calls.