Interface AdaptedBuilderContext

  • All Known Implementing Classes:
    OfficeFloorContentPartFactory

    public interface AdaptedBuilderContext
    Provides means to build the adapted model.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • root

        <R extends Model,​O> AdaptedRootBuilder<R,​O> root​(java.lang.Class<R> rootModelClass,
                                                                     java.util.function.Function<R,​O> createOperations)
        Specifies the root Model.
        Type Parameters:
        R - Root Model type.
        O - Operations type.
        Parameters:
        rootModelClass - Class of the root Model.
        createOperations - Function to create the operations object to wrap the root Model.
        Returns:
        AdaptedRootBuilder.