类 PropertiesToStringConverter

  • 所有已实现的接口:
    Converter<java.util.Properties,​java.lang.String>, Prioritized, java.lang.Comparable<Prioritized>

    public class PropertiesToStringConverter
    extends java.lang.Object
    implements Converter<java.util.Properties,​java.lang.String>
    The Properties To String Converter
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    • 构造器详细资料

      • PropertiesToStringConverter

        public PropertiesToStringConverter()
    • 方法详细资料

      • convert

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