Uses of Class
gov.nist.secauto.metaschema.databind.IBindingContext.BindingContextBuilder
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
-
Uses of IBindingContext.BindingContextBuilder in gov.nist.secauto.metaschema.databind
Modifier and TypeMethodDescriptionIBindingContext.builder()
Get a new builder that can produce a new, configured binding context.IBindingContext.BindingContextBuilder.compilePath
(Path path) Enable dynamic code generation and compilation for Metaschema module-based classes.IBindingContext.BindingContextBuilder.constraintSet
(IConstraintSet set) Configure a set of constraints targeting Metaschema modules.IBindingContext.BindingContextBuilder.constraintSet
(Collection<IConstraintSet> set) Configure a collection of constraint sets targeting Metaschema modules.IBindingContext.BindingContextBuilder.postProcessor
(IModuleLoader.IModulePostProcessor processor) Configure a Metaschema module post processor.