Class StreamTargetDelegate
java.lang.Object
org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable,JsonStreamTarget
- Direct Known Subclasses:
AutoPrimitiveTarget,CustomRegexIgnoreAutoPrimitiveTarget,CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget,RemoveRootTarget
Delegating stream target.
-
Constructor Details
-
StreamTargetDelegate
-
-
Method Details
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
name
Description copied from interface:JsonStreamTargetWrite name.- Specified by:
namein interfaceJsonStreamTarget- Parameters:
name-- Throws:
IOException
-
value
Description copied from interface:JsonStreamTargetWrite value.- Specified by:
valuein interfaceJsonStreamTarget- Parameters:
value-- Throws:
IOException
-
startObject
Description copied from interface:JsonStreamTargetStart object- Specified by:
startObjectin interfaceJsonStreamTarget- Throws:
IOException
-
endObject
Description copied from interface:JsonStreamTargetEnd object.- Specified by:
endObjectin interfaceJsonStreamTarget- Throws:
IOException
-
startArray
Description copied from interface:JsonStreamTargetStart array.- Specified by:
startArrayin interfaceJsonStreamTarget- Throws:
IOException
-
endArray
Description copied from interface:JsonStreamTargetEnd array.- Specified by:
endArrayin interfaceJsonStreamTarget- Throws:
IOException
-