Interface JsonConverter

    • Method Detail

      • canHandle

        boolean canHandle​(Class<?> paramClass)
        Parameters:
        paramClass - Class to test
        Returns:
        If this converter can output this type of data.
      • populateWebServiceCallContext

        void populateWebServiceCallContext​(Object source,
                                           WebServiceParam webServiceParam,
                                           WebServiceCallContext routeContext)
        Converter source object into value object and put it into RouteContext.
        Parameters:
        source - Source
        webServiceParam - Param
        routeContext - RouteContext
      • getSupportedInputs

        Class<?>[] getSupportedInputs()
        Returns:
        Input types