forked from loafle/openapi-generator-original
* [java] Use @JsonFormat instead of @JsonSerialize so that JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN is respected and generates a String using BigDecimal#toPlainString instead of BigDecimal#toString * Only add Jackson @JsonFormat if properties serializeBigDecimalAsString and jackson are enabled * Do not verify if jackson is available when mapping imports as the property is not evaluated yet * Removed unused JsonSerialize and ToStringSerializer