public class JSONUtils extends Object
| Constructor and Description |
|---|
JSONUtils() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromJson(String json,
Class<T> expectedType) |
Map<String,String> |
getProperties(String json) |
java.time.LocalDate |
getPropertyAsDate(String json,
String property) |
java.time.LocalDate |
getPropertyAsDate(String json,
String property,
String dateFormat) |
BigDecimal |
getPropertyAsDecimal(String json,
String property) |
Integer |
getPropertyAsInteger(String json,
String property) |
String |
getPropertyValue(String json,
String property) |
String |
toJson(Object obj) |
public BigDecimal getPropertyAsDecimal(String json, String property)
Copyright © 2017 Uqbar Project. All rights reserved.