Class NetConverters

    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • NetConverters

        public NetConverters()
    • 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, call Converters.registerConverter(Converter) with the Converter instance.
        Specified by:
        loadConverters in interface ConverterLoader