Class CustomRegexIgnoreAutoPrimitiveTarget
- java.lang.Object
-
- org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
-
- org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexIgnoreAutoPrimitiveTarget
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
,JsonStreamTarget
public class CustomRegexIgnoreAutoPrimitiveTarget extends StreamTargetDelegate
-
-
Constructor Summary
Constructors Constructor Description CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes, String customRegex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
name(String name)
Write name.void
value(Object value)
Write value.-
Methods inherited from class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
close, endArray, endObject, flush, startArray, startObject
-
-
-
-
Constructor Detail
-
CustomRegexIgnoreAutoPrimitiveTarget
public CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes, String customRegex)
-
-
Method Detail
-
name
public void name(String name) throws IOException
Description copied from interface:JsonStreamTarget
Write name.- Specified by:
name
in interfaceJsonStreamTarget
- Overrides:
name
in classStreamTargetDelegate
- Throws:
IOException
-
value
public void value(Object value) throws IOException
Description copied from interface:JsonStreamTarget
Write value.- Specified by:
value
in interfaceJsonStreamTarget
- Overrides:
value
in classStreamTargetDelegate
- Throws:
IOException
-
-