Interface StringConverterFactory

    • Method Detail

      • findConverter

        StringConverter<?> findConverter​(Class<?> cls)
        Finds a converter by type.
        Parameters:
        cls - the type to lookup, not null
        Returns:
        the converter, null if not found
        Throws:
        RuntimeException - (or subclass) if source code is invalid