Uses of Interface
gov.nist.secauto.metaschema.databind.codegen.IGeneratedClass
Package
Description
Support for generating "plain old Java objects" (POJOs) based on a Module.
-
Uses of IGeneratedClass in gov.nist.secauto.metaschema.databind.codegen
Modifier and TypeInterfaceDescriptioninterface
interface
Provides information about a generated Java class that represents a Module module.Modifier and TypeMethodDescriptionIPackageProduction.getGeneratedClass()
Get information about the generated package-info.java class associated with this package.Modifier and TypeMethodDescriptionStream<? extends IGeneratedClass>
IProduction.getGeneratedClasses()
Get a stream of all Java classes generated as part of this production, including module, definition, and package-info classes.