Class PropertiesToStringConverter

  • All Implemented Interfaces:
    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
    Since:
    1.0.0
    Author:
    Mercy
    • Constructor Detail

      • PropertiesToStringConverter

        public PropertiesToStringConverter()
    • Method Detail

      • convert

        public java.lang.String convert​(java.util.Properties source)
        Description copied from interface: Converter
        Convert the source-typed value to the target-typed value
        Specified by:
        convert in interface Converter<java.util.Properties,​java.lang.String>
        Parameters:
        source - the source-typed value
        Returns:
        the target-typed value