类 StringToStringConverter

    • 构造器详细资料

      • StringToStringConverter

        public StringToStringConverter()
    • 方法详细资料

      • convert

        public String convert​(String source)
        从接口复制的说明: Converter
        Convert the source-typed value to the target-typed value
        指定者:
        convert 在接口中 Converter<String,​String>
        参数:
        source - the source-typed value
        返回:
        the target-typed value