Search:

Type: Posts; User: Algirdas; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    853

    Hello, The problem is not with Spring class...

    Hello,

    The problem is not with Spring class GenericCollectionTypeResolver. Simply information that you expect to retrieve is not available through Java reflection.

    When you call
    new...
  2. Replies
    1
    Views
    1,126

    Hi, You can take advantage of fact that Spring...

    Hi,

    You can take advantage of fact that Spring allows to initialize value of type String[] by providing comma separated list of values. To do so, you have to explicitly specify type in <value>...
  3. Replies
    4
    Views
    1,373

    Class String has multiple single argument...

    Class String has multiple single argument constructors:


    public String(String original)
    public String(char[] value)
    public String(byte[] bytes)
    ...
    Text that you specify in XML file can be...
Results 1 to 3 of 3