Package com.atlassian.confluence.core
Class InputStreamSerializer
java.lang.Object
com.atlassian.confluence.core.InputStreamSerializer
Composes
InputStreams
.- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionfinal InputStreamSerializer
add
(Callable<InputStream>... inputStreamFactories) addAll
(Iterable<Callable<InputStream>> inputStreamFactories) 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
-
toString
-
readInputsToString
-