Top "Objectmapper" questions

ObjectMapper is a library for simple JSON object mapping in Swift.

Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY token

Below mentioned is the JSON string, resultString: { "imageMaps": [{ "crc": "c2c4", "flags": "0", "length": "117384", "index": 1, "version": "1.1.90ea", "status": "" }, { "crc": "7601", "flags": "8", "length": "117592", "…

jackson deserialization objectmapper
AWS DynamoDB: Could not unconvert attribute error

I have an issuse and I can't handle it. I've created CRUD methods for example in KitchenService. I have methods …

java json amazon-web-services amazon-dynamodb objectmapper
Can not construct instance of java.util.LinkedHashMap: no String-argument constructor/factory

Facing issues while parsing a file and converting into POJO. Below exception I am getting. com.fasterxml.jackson.databind.JsonMappingException: …

java jackson objectmapper
Convert Java pojo to json String

I have the following java class public class TabularDescriptor extends ReportDescriptor { private String generatorClass; private String targetClass; private String name; …

java json objectmapper
Alamofire response object mapping

I am an android developer new to swift 3 programming, I am using Alamofire for making api calls and to avoid …

ios swift swift3 alamofire objectmapper
Convert a List of json object to hashmap using jackson

Is there a way to use inbuilt Jackson capabilities to convert a list of json object to HashMap using java …

java jackson objectmapper
How can I do array mapping with objectmapper?

I have a response model that looks like this: class ResponseModel: Mappable { var data: T? var code: Int = 0 required init?(…

swift objectmapper
Jackson - Iterate array and manipulate its value

I have this json file: { "gateway_name": "gateway1", "fields": [ {"name":"Code", "value":""}, {"name":"PaymentId", "value":""}, {"name":"RefNo", "value":""} ] } I trying …

java jackson objectmapper
How to assign rawValue of enum to variable with ObjectMapper?

Hello I am using Object Mapper with Alamofire in Swift and I am trying to map enum raw value to …

swift alamofire objectmapper
What is podfile.lock in our Xcode projects and why is it used?

I am a beginner in using pods in Xcodeprojects. I have been confused by pod file.lock. I want to …

swift3 cocoapods objectmapper