Class NetConverters.InetAddressToString

    • Constructor Detail

      • InetAddressToString

        public InetAddressToString()
    • Method Detail

      • convert

        public java.lang.String convert​(java.net.InetAddress obj)
                                 throws ConversionException
        Description copied from interface: Converter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        Returns:
        The converted Object
        Throws:
        ConversionException