接口 ConfigurationService.Converter<T>

  • 类型参数:
    T - The Java type of the converted value
    封闭接口:
    ConfigurationService

    public static interface ConfigurationService.Converter<T>
    Simple conversion contract for converting an untyped object to a specified type.
    • 方法详细资料

      • convert

        T convert​(Object value)
        Convert an untyped Object reference to the Converter's type.
        参数:
        value - The untyped value
        返回:
        The converted (typed) value.