Uses of Enum Class
org.frankframework.json.DataSonnetOutputType
Packages that use DataSonnetOutputType
Package
Description
-
Uses of DataSonnetOutputType in org.frankframework.errormessageformatters
Methods in org.frankframework.errormessageformatters with parameters of type DataSonnetOutputTypeModifier and TypeMethodDescriptionvoidDataSonnetErrorMessageFormatter.setOutputFileFormat(DataSonnetOutputType outputType) Output file format.voidDataSonnetErrorMessageFormatter.setOutputType(DataSonnetOutputType outputType) Deprecated. -
Uses of DataSonnetOutputType in org.frankframework.json
Methods in org.frankframework.json that return DataSonnetOutputTypeModifier and TypeMethodDescriptionstatic DataSonnetOutputTypeReturns the enum constant of this class with the specified name.static DataSonnetOutputType[]DataSonnetOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.json with parameters of type DataSonnetOutputTypeModifier and TypeMethodDescriptionstatic MessageDataSonnetUtil.transform(com.datasonnet.Mapper mapper, Message input, ParameterValueList parameterValues, DataSonnetOutputType outputType) -
Uses of DataSonnetOutputType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type DataSonnetOutputTypeModifier and TypeMethodDescriptionvoidDataSonnetPipe.setOutputFileFormat(DataSonnetOutputType outputType) DataSonnet is semi-capable of converting the converted JSON to a different format.voidDataSonnetPipe.setOutputType(DataSonnetOutputType outputType) Deprecated.