Interface IDefaultConstructor<Instance>

  • Type Parameters:
    Instance - The type of the instance that will be created.
    All Known Subinterfaces:
    IEntityFileSystemBeanAdapter<Entry,​Entity,​Scope>

    public interface IDefaultConstructor<Instance>
    A constructor that can create a new instance of a type, without requiring any parameters.
    • Method Detail

      • newInstance

        Instance newInstance()
        Creates a new instance of the type.
        Returns:
        The newly created instance.