Uses of Interface
dev.metaschema.databind.io.IWritingContext.ObjectWriter
Packages that use IWritingContext.ObjectWriter
Package
Description
Provides core functionality for reading and writing Metaschema instance data
to and from bound Java objects.
-
Uses of IWritingContext.ObjectWriter in dev.metaschema.databind.io
Methods in dev.metaschema.databind.io that return IWritingContext.ObjectWriterModifier and TypeMethodDescriptiondefault IWritingContext.ObjectWriter<T>IWritingContext.ObjectWriter.andThen(IWritingContext.ObjectWriter<? super T> after) Perform a series of property write operations, starting first with this operation and followed by theafteroperation.Methods in dev.metaschema.databind.io with parameters of type IWritingContext.ObjectWriterModifier and TypeMethodDescriptiondefault IWritingContext.ObjectWriter<T>IWritingContext.ObjectWriter.andThen(IWritingContext.ObjectWriter<? super T> after) Perform a series of property write operations, starting first with this operation and followed by theafteroperation.