| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Apr 18 at 16:21 | |
| stats | profile views | 10 |
|
Mar 19 |
asked | <#assign x=${size}> it does not give the right result |
|
Feb 12 |
comment |
make url in jboss never mind i figured it out. |
|
Feb 12 |
asked | make url in jboss |
|
Feb 12 |
comment |
ArrayList type java to make an array thnks that is helpfull |
|
Feb 12 |
comment |
ArrayList type java to make an array and when i hover over it, it says Add cast to 'docsObject.ger(i)'. any idea how to fix it? |
|
Feb 12 |
comment |
ArrayList type java to make an array it says the method get(string) is undefined for the type object. and in the line idArray[i]=docsObject.get(i).get("id"); has red line under get("id"); |
|
Feb 11 |
comment |
ArrayList type java to make an array it's hashmap so i have to use get(key) |
|
Feb 11 |
revised |
ArrayList type java to make an array edited body |
|
Feb 11 |
asked | ArrayList type java to make an array |
|
Feb 11 |
comment |
json to java object(using mapping)? thanks but i need it in objectMapping. Do you have any idea how i can get to the nested class. like in my example i can reach to response but how can i reach to docs? |
|
Feb 11 |
asked | json to java object(using mapping)? |
|
Feb 11 |
comment |
solr json parsing with java how to use jackson library to get just the id's as an arraylist from json(as mentioned in above example)? |
|
Feb 11 |
comment |
solr json parsing with java So, doing this. What is the outcome? i mean in my question by doing this i will get result of the query in json format? how can i extract just the ids(above mentioned example in my question). |
|
Feb 8 |
asked | solr json parsing with java |
|
Feb 7 |
comment |
converting json string to java arraylist(using jackson) edited my question |
|
Feb 7 |
comment |
converting json string to java arraylist(using jackson) edited question |
|
Feb 7 |
comment |
converting json string to java arraylist(using jackson) wdited my question |
|
Feb 7 |
revised |
converting json string to java arraylist(using jackson) deleted 491 characters in body; edited title |
|
Feb 7 |
awarded | Student |
|
Feb 7 |
comment |
converting json string to java arraylist(using jackson) so in my case, I am trying to read everything inside docs in json string. so this code will read the whole json file and send me back the data in java as a json string? |