Uses of Class
org.kie.server.api.marshalling.json.JSONMarshaller
-
Packages that use JSONMarshaller Package Description org.kie.server.api.marshalling.json -
-
Uses of JSONMarshaller in org.kie.server.api.marshalling.json
Methods in org.kie.server.api.marshalling.json with parameters of type JSONMarshaller Modifier and Type Method Description voidJSONMarshallerExtension. extend(JSONMarshaller marshaller, com.fasterxml.jackson.databind.ObjectMapper serializer, com.fasterxml.jackson.databind.ObjectMapper deserializer)Extension logicvoidJSONMarshallerPMMLParamInfo. extend(JSONMarshaller marshaller, com.fasterxml.jackson.databind.ObjectMapper serializer, com.fasterxml.jackson.databind.ObjectMapper deserializer)voidJSONMarshallerPMMLRequest. extend(JSONMarshaller marshaller, com.fasterxml.jackson.databind.ObjectMapper serializer, com.fasterxml.jackson.databind.ObjectMapper deserializer)
-