summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-json/src/main/java/org/apache/tuscany/sca/databinding/json/jackson (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-17Enhance the include/exclude filter processing and fix a NPErfeng1-16/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1386756 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14Enhance the partial read support so that we can use the full property names ↵rfeng1-21/+70
in the object tree git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384975 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13Add the checking for root classrfeng1-8/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384167 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10Fix the default mapper so that it can handle tuscanyFilterrfeng1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383130 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10Start to add the ability to allow partial json serializationrfeng3-6/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383017 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Handle inputstream to outputstream copyrfeng1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303509 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02Reuse the ObjectMapperrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296003 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Make the jackson annotation introspector come before the JAXB one as we need ↵rfeng1-2/+3
to use the Jackson annotations to override the JAXB in some cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244154 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Fix the json deserialization of generic collection and upgrade to jackson 1.9.4rfeng2-16/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1238014 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use home-grown JSONRPC implementationrfeng1-1/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Fix the Date format for json data bindingrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165872 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Streamline the json serialization into output streamrfeng2-5/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148839 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07Upgrade to jackson 1.7.1 releaserfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068210 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30Change json serialization to not marshal null valuesrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053939 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng3-23/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fixing databinding issue when submitting empty strings from js client to a ↵lresende1-4/+9
json-rpc service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998006 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws1-1/+7
BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add support for primitive java typesrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add array support for the transformerrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948680 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng4-1/+162
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01Enhance the JSON databindign with Jackson 1.5.0rfeng3-19/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930100 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Add a list of recently ported modules into the build rfeng1-2/+2
Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Update jackson and jettision to latest versionsrfeng2-0/+154
Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68