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.setOutputType(DataSonnetOutputType outputType) Output file format. -
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 JsonMapperJsonUtil.buildJsonMapper(IScopeProvider scopeProvider, String stylesheetName, DataSonnetOutputType outputType, boolean computeMimeType, ParameterList parameters) Constructors in org.frankframework.json with parameters of type DataSonnetOutputTypeModifierConstructorDescriptionJsonMapper(String dataSonnet, DataSonnetOutputType outputType, boolean computeMimeType, List<String> parameterNames) -
Uses of DataSonnetOutputType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type DataSonnetOutputTypeModifier and TypeMethodDescriptionvoidDataSonnetPipe.setOutputType(DataSonnetOutputType outputType) Output file format.