Uses of Interface
gov.nist.secauto.metaschema.databind.io.IWritingContext.ObjectWriter
Package
Description
Provides core functionality for reading and writing instance data to and from
bound objects.
-
Uses of IWritingContext.ObjectWriter in gov.nist.secauto.metaschema.databind.io
Modifier 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 theafter
operation.Modifier 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 theafter
operation.