Interface IAutoValueService<ValueType>

    • Method Detail

      • get

        ValueType get​(IAutoValueContext context,
                      ValueType autoValue)
        Returns value for given context. This method allows handle context-specific "Auto" values of ValueType type.
        Parameters:
        context - the context (not null)
        autoValue - the value representing "Auto" value (not null)
        Returns:
        the value for given context or autoValue if value not specified (null means "Auto"))