Uses of Interface
org.aksw.jenax.io.json.writer.ObjectNotationWriter
Packages that use ObjectNotationWriter
-
Uses of ObjectNotationWriter in org.aksw.jenax.io.json.accumulator
Subinterfaces of ObjectNotationWriter in org.aksw.jenax.io.json.accumulatorModifier and TypeInterfaceDescriptioninterfaceThe motivation for this abstraction was to have a JsonWriter which can assemble JsonObjects.Classes in org.aksw.jenax.io.json.accumulator that implement ObjectNotationWriterFields in org.aksw.jenax.io.json.accumulator declared as ObjectNotationWriterModifier and TypeFieldDescriptionprotected ObjectNotationWriter<K,V> AccContext.writerThe writer for generalized object notation.Methods in org.aksw.jenax.io.json.accumulator that return ObjectNotationWriterMethods in org.aksw.jenax.io.json.accumulator with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionstatic <K,V> AccContext<K, V> AccContext.serializing(ObjectNotationWriter<K, V> writer) voidAccContext.setWriter(ObjectNotationWriter<K, V> writer) Constructors in org.aksw.jenax.io.json.accumulator with parameters of type ObjectNotationWriterModifierConstructorDescriptionAccContext(ObjectNotationWriter<K, V> writer, boolean materialize, boolean serialize) -
Uses of ObjectNotationWriter in org.aksw.jenax.io.json.writer
Subinterfaces of ObjectNotationWriter in org.aksw.jenax.io.json.writerModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceObjectNotationWriterExt<K,V, X extends ObjectNotationWriterExt<K, V, X>> interfaceinterfaceClasses in org.aksw.jenax.io.json.writer that implement ObjectNotationWriterModifier and TypeClassDescriptionclassObjectNotationWriterMapper<KI,KO, VI, VO> classWriter with an in-memory destination.classFields in org.aksw.jenax.io.json.writer declared as ObjectNotationWriterModifier and TypeFieldDescriptionprotected ObjectNotationWriter<KO,VO> ObjectNotationWriterMapper.delegateMethods in org.aksw.jenax.io.json.writer that return ObjectNotationWriterModifier and TypeMethodDescriptionObjectNotationWriter.beginArray()ObjectNotationWriterMapper.beginArray()ObjectNotationWriterViaGon.beginArray()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.beginArray()ObjectNotationWriter.beginObject()ObjectNotationWriterMapper.beginObject()ObjectNotationWriterViaGon.beginObject()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.beginObject()ObjectNotationWriterEmbed.embedValue(V value, ObjectNotationWriterEmbed.EmbedFailurePolicy failurePolicy) Deprecated.ObjectNotationWriter.endArray()ObjectNotationWriterMapper.endArray()ObjectNotationWriterViaGon.endArray()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.endArray()ObjectNotationWriter.endObject()ObjectNotationWriterMapper.endObject()ObjectNotationWriterViaGon.endObject()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.endObject()protected ObjectNotationWriter<KO,VO> ObjectNotationWriterMapper.getDelegate()ObjectNotationWriterWrapper.getDelegate()default ObjectNotationWriter<K,V> ObjectNotationWriter.nullValue()ObjectNotationWriterMapper.nullValue()ObjectNotationWriterViaGon.nullValue()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.nullValue()Write a primitive value (should exclude null)Write a primitive value (should exclude null)default ObjectNotationWriter<K,V> Write a primitive value (should exclude null)Methods in org.aksw.jenax.io.json.writer with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionstatic <K,V> void ObjectNotationWriterUtils.sendToWriter(ObjectNotationWriter<K, V> writer, GonProvider<K, V> provider, Object obj) Send an object to the writer via a provider and value converter.Constructors in org.aksw.jenax.io.json.writer with parameters of type ObjectNotationWriterModifierConstructorDescriptionObjectNotationWriterMapper(ObjectNotationWriter<KO, VO> delegate, GonProvider<KO, VO> gonProvider, Function<? super KI, ? extends KO> keyMapper, Function<? super VI, ? extends Object> valueMapper)