Interface JSONMarshallerExtension
-
- All Known Implementing Classes:
JSONMarshallerPMMLParamInfo,JSONMarshallerPMMLRequest
public interface JSONMarshallerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(JSONMarshaller marshaller, com.fasterxml.jackson.databind.ObjectMapper serializer, com.fasterxml.jackson.databind.ObjectMapper deserializer)Extension logic
-
-
-
Method Detail
-
extend
void extend(JSONMarshaller marshaller, com.fasterxml.jackson.databind.ObjectMapper serializer, com.fasterxml.jackson.databind.ObjectMapper deserializer)
Extension logic- Parameters:
marshaller-serializer-deserializer-
-
-