Package com.atlassian.confluence.core
Class InputStreamSerializer
java.lang.Object
com.atlassian.confluence.core.InputStreamSerializer
Composes
InputStreams.- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionadd(Callable<InputStream>... inputStreamFactories) addAll(Iterable<Callable<InputStream>> inputStreamFactories) addAllDataSources(Iterable<javax.activation.DataSource> dataSources) addDataSource(javax.activation.DataSource... dataSources) static InputStreamSerializereager()static InputStreamSerializerstatic InputStreamSerializerlenient()toString()
-
Method Details
-
lenient
- Returns:
- a lenient serializer, meaning that a potential escape of an underlying
InputStreamfactory will cause the serialization to continue, the caught exception will go to the log
-
eager
- Returns:
- an eager serializer, meaning that a potential escape of an underlying
InputStreamfactory will cause the serialization to escape
-
eagerInDevMode
-
add
-
addAll
-
addDataSource
-
addAllDataSources
-
toString
-
readInputsToString
-