Uses of Class
com.fasterxml.jackson.jr.ob.impl.JSONWriter
-
Packages that use JSONWriter Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.api com.fasterxml.jackson.jr.ob.impl -
-
Uses of JSONWriter in com.fasterxml.jackson.jr.ob
Fields in com.fasterxml.jackson.jr.ob declared as JSONWriter Modifier and Type Field Description protected JSONWriterJSON. _writerBlueprint instance of the writer to use for writing JSON given simple Objects.protected JSONWriterJSON.Builder. _writerMethods in com.fasterxml.jackson.jr.ob that return JSONWriter Modifier and Type Method Description protected JSONWriterJSON. _defaultWriter()protected JSONWriterJSON. _writerForOperation(com.fasterxml.jackson.core.JsonGenerator gen)JSONWriterJSON.Builder. jsonWriter()Methods in com.fasterxml.jackson.jr.ob with parameters of type JSONWriter Modifier and Type Method Description protected JSONJSON. _with(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader reader, JSONWriter writer, com.fasterxml.jackson.core.PrettyPrinter pp)JSON.BuilderJSON.Builder. jsonWriter(JSONWriter w)JSONJSON. with(JSONWriter w)Deprecated.Since 2.11 should try using builder (seeJSON.builder()and create properly configured instanceConstructors in com.fasterxml.jackson.jr.ob with parameters of type JSONWriter Constructor Description JSON(JSON base, int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader r, JSONWriter w, com.fasterxml.jackson.core.PrettyPrinter pp) -
Uses of JSONWriter in com.fasterxml.jackson.jr.ob.api
Methods in com.fasterxml.jackson.jr.ob.api with parameters of type JSONWriter Modifier and Type Method Description ValueWriterReaderWriterProvider. findValueWriter(JSONWriter writeContext, java.lang.Class<?> type)ValueWriterReaderWriterProvider.Pair. findValueWriter(JSONWriter ctxt, java.lang.Class<?> type)ValueWriterReaderWriterModifier. modifyValueWriter(JSONWriter writeContext, java.lang.Class<?> type, ValueWriter defaultWriter)Method called afterValueWriterto use has been constructed, but before it is to be used for the first time.ValueWriterReaderWriterModifier.Pair. modifyValueWriter(JSONWriter ctxt, java.lang.Class<?> type, ValueWriter defaultWriter)ValueWriterReaderWriterModifier. overrideStandardValueWriter(JSONWriter writeContext, java.lang.Class<?> type, int stdTypeId)Method called instead ofReaderWriterModifier.modifyValueWriter(com.fasterxml.jackson.jr.ob.impl.JSONWriter, java.lang.Class<?>, com.fasterxml.jackson.jr.ob.api.ValueWriter)for set of non-POJO "standard" JDK types that do not have matchingValueWriterand are normally directly serialized byJSONWriteritself.ValueWriterReaderWriterModifier.Pair. overrideStandardValueWriter(JSONWriter ctxt, java.lang.Class<?> type, int stdTypeId)POJODefinitionReaderWriterModifier.Pair. pojoDefinitionForSerialization(JSONWriter ctxt, java.lang.Class<?> pojoType)POJODefinitionReaderWriterModifier. pojoDefinitionForSerialization(JSONWriter writeContext, java.lang.Class<?> pojoType)voidValueWriter. writeValue(JSONWriter context, com.fasterxml.jackson.core.JsonGenerator g, java.lang.Object value) -
Uses of JSONWriter in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as JSONWriter Modifier and Type Field Description protected JSONWriterValueWriterLocator. _writeContextMethods in com.fasterxml.jackson.jr.ob.impl that return JSONWriter Modifier and Type Method Description JSONWriterJSONWriter. perOperationInstance(int features, ValueWriterLocator loc, com.fasterxml.jackson.core.TreeCodec tc, com.fasterxml.jackson.core.JsonGenerator g)JSONWriterJSONWriter. withCacheCheck(int features)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Modifier and Type Method Description ValueWriterLocatorValueWriterLocator. perOperationInstance(JSONWriter w, int features)POJODefinitionBeanPropertyIntrospector. pojoDefinitionForSerialization(JSONWriter w, java.lang.Class<?> pojoType)voidBeanWriter. writeValue(JSONWriter context, com.fasterxml.jackson.core.JsonGenerator g, java.lang.Object value)Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Constructor Description JSONWriter(JSONWriter base, int features, ValueWriterLocator loc, com.fasterxml.jackson.core.TreeCodec tc, com.fasterxml.jackson.core.JsonGenerator g)Constructor for non-blueprint instances.ValueWriterLocator(ValueWriterLocator base, int features, JSONWriter w)
-