henka-rl edited a comment on pull request #6220:
URL: https://github.com/apache/camel/pull/6220#issuecomment-936910579


   I saw that simple has it's own builder (SimpleBuilder) so I just cloned that 
and adjusted it for Datasonnet.
   If I understand you right you mean that we should add these parameters by 
add new methods to BuildSupport instead.
   Today these method exists:
   public ValueBuilder datasonnet(String value) 
   public ValueBuilder datasonnet(String value, Class<?> resultType)
   
   And that we should add this method:
   
   public ValueBuilder datasonnet(String value, Class<?> resultType, String 
bodyMediaType, String outputMediaType)
   
   Is that correct?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to