|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.convert.NetConverters
public class NetConverters
java.net Converter classes.
Nested Class Summary | |
---|---|
static class |
NetConverters.InetAddressToString
An object that converts an InetAddress to a
String . |
static class |
NetConverters.StringToInetAddress
An object that converts a String to an
InetAddress . |
static class |
NetConverters.StringToURI
An object that converts a String to a
URI . |
static class |
NetConverters.StringToURL
An object that converts a String to a
URL . |
static class |
NetConverters.URIToURL
An object that converts a URI to a
URL . |
static class |
NetConverters.URLToURI
An object that converts a URL to a
URI . |
Constructor Summary | |
---|---|
NetConverters()
|
Method Summary | |
---|---|
void |
loadConverters()
Create and register converters with the Java object type conversion framework. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetConverters()
Method Detail |
---|
public void loadConverters()
ConverterLoader
Converters.registerConverter(Converter)
with the Converter
instance.
loadConverters
in interface ConverterLoader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |