Package org.apache.ofbiz.base.conversion
Class NetConverters
- java.lang.Object
-
- org.apache.ofbiz.base.conversion.NetConverters
-
- All Implemented Interfaces:
ConverterLoader
public class NetConverters extends java.lang.Object implements ConverterLoader
Net Converter classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetConverters.InetAddressToString
static class
NetConverters.StringToInetAddress
static class
NetConverters.StringToURI
static class
NetConverters.StringToURL
static class
NetConverters.URIToString
static class
NetConverters.URIToURL
static class
NetConverters.URLToString
static class
NetConverters.URLToURI
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description NetConverters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadConverters()
Create and register converters with the Java object type conversion framework.
-
-
-
Method Detail
-
loadConverters
public void loadConverters()
Description copied from interface:ConverterLoader
Create and register converters with the Java object type conversion framework. If the converter extends one of the converter abstract classes, then the converter will register itself when an instance is created. Otherwise, callConverters.registerConverter(Converter)
with theConverter
instance.- Specified by:
loadConverters
in interfaceConverterLoader
-
-