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 InputStreamSerializer
eager()
static InputStreamSerializer
static InputStreamSerializer
lenient()
toString()
-
Method Details
-
lenient
- Returns:
- a lenient serializer, meaning that a potential escape of an underlying
InputStream
factory 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
InputStream
factory will cause the serialization to escape
-
eagerInDevMode
-
add
-
addAll
-
addDataSource
-
addAllDataSources
-
toString
-
readInputsToString
-