What if I replace Image with Buffered Image ,. what value will be passed then:
<constructor-arg type="java.awt.image.BufferedImage" value=""/>
Type: Posts; User: swaha; Keyword(s):
What if I replace Image with Buffered Image ,. what value will be passed then:
<constructor-arg type="java.awt.image.BufferedImage" value=""/>
Hello Every One,
I have class A with constructor argument as (URI uri, Image image), where URI is java.net.URI and Image is java.awt.Image. I am trying to configure it via spring as:
<bean...