Uses of Interface
dev.metaschema.databind.codegen.IModuleBindingGenerator
Packages that use IModuleBindingGenerator
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
Support for generating "plain old Java objects" (POJOs) based on a Module.
-
Uses of IModuleBindingGenerator in dev.metaschema.databind
Constructors in dev.metaschema.databind with parameters of type IModuleBindingGeneratorModifierConstructorDescriptionConstruct a new simple module loader strategy with the provided binding generator. -
Uses of IModuleBindingGenerator in dev.metaschema.databind.codegen
Classes in dev.metaschema.databind.codegen that implement IModuleBindingGeneratorModifier and TypeClassDescriptionclassDefault implementation ofIModuleBindingGeneratorthat generates and compiles Java classes for a Metaschema module.