Interface JsonMapper
-
public interface JsonMapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJsonMapper.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static io.quarkus.dev.console.DeploymentLinker<JsonMapper>deploymentLinker()<T> TfromString(String json, Class<T> target)<T> TfromValue(Object json, Class<T> target)StringtoString(Object object, boolean pretty)
-