| Constructor and Description |
|---|
ObjectMapperRecorder(String serializationFeaturesCsv,
String deserializationFeaturesCsv,
String defaultTyping,
String serializationInclusion)
This creates a ObjectMapperRecorder
|
public ObjectMapperRecorder(String serializationFeaturesCsv, String deserializationFeaturesCsv, String defaultTyping, String serializationInclusion)
serializationFeaturesCsv - The CSV of serialization features to enabledeserializationFeaturesCsv - The CSV of deserialization features to enabledefaultTyping - The default typing to enableserializationInclusion - The serialization inclusion to use e.g. NON_NULLpublic void record(File file, ApiDeclaration declaration) throws IOException
record in interface RecorderIOExceptionRecorder.record(java.io.File, com.carma.swagger.doclet.model.ApiDeclaration)public void record(File file, ResourceListing listing) throws IOException
record in interface RecorderIOExceptionRecorder.record(java.io.File, com.carma.swagger.doclet.model.ResourceListing)Copyright © 2015. All rights reserved.