Interface DefaultValueFactory<T>

    • Method Detail

      • create

        T create​(PipelineOptions options)
        Creates a default value for a getter marked with Default.InstanceFactory.
        Parameters:
        options - The current pipeline options.
        Returns:
        The default value to be used for the annotated getter.