Class MapTypeConverter

    • Constructor Detail

      • MapTypeConverter

        public MapTypeConverter()
    • Method Detail

      • convert

        public Object convert​(Object source,
                              Type... parameters)
                       throws TypeConversionException
        Description copied from interface: TypeConverter
        Converts an object from one type to another.
        Specified by:
        convert in interface TypeConverter
        Parameters:
        source - the source object
        parameters - the optional type parameters when using Generics.
        Returns:
        the converted object
        Throws:
        TypeConversionException - the source object was not able to be converted to the target type
      • createMap

        public abstract Map<?,​?> createMap()