This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react' | |
| import PropTypes from 'prop-types' | |
| class GoogleSuggest extends Component { | |
| constructor(props) { | |
| super(props) | |
| this.handleChange = this.handleChange.bind(this) | |
| this.handlePlacesChange = this.handlePlacesChange.bind(this) | |
| this.geocodeLocation = this.geocodeLocation.bind(this) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Can not instantiate value of type [simple type, class java.util.Optional<java.lang.String>] from String value ('Sample reason for dropping'); no single-String constructor/factory method | |
| at [Source: java.io.PushbackInputStream@1796683f; line: 1, column: 28] (through reference chain: com.fintq.lendr.loans.dto.request.LoanApplicationRemarkRequest["reason"]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not instantiate value of type [simple type, class java.util.Optional<java.lang.String>] from String value ('Sample reason for dropping'); no single-String constructor/factory method | |
| at [Source: java.io.PushbackInputStream@1796683f; line: 1, column: 28] (through reference chain: com.fintq.lendr.loans.dto.request.LoanApplicationRemarkRequest["reason"]) | |
| at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:229) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| echo "Hello World!" |