Class FactoryBuilder.SingletonFactory<T>

    • Constructor Detail

    • Method Detail

      • create

        public T create()
        Description copied from interface: Factory
        Constructs and returns a fully configured instance of T.
        Specified by:
        create in interface Factory<T>
        Returns:
        an instance of T.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object