Class InetAddressEditor

All Implemented Interfaces:
PropertyEditor

public class InetAddressEditor extends AbstractPropertyEditor
A PropertyEditor which converts a String into an InetAddress. This editor simply calls InetAddress.getByName(java.lang.String) when converting from a String, and InetAddress.getHostAddress() when converting to a String.
See Also: