Uses of Interface
gov.nist.secauto.metaschema.databind.codegen.IGeneratedClass
Packages that use 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
Subinterfaces of IGeneratedClass in gov.nist.secauto.metaschema.databind.codegenModifier and TypeInterfaceDescriptioninterface
interface
Provides information about a generated Java class that represents a Module module.Methods in gov.nist.secauto.metaschema.databind.codegen that return IGeneratedClassModifier and TypeMethodDescriptionIPackageProduction.getGeneratedClass()
Get information about the generated package-info.java class associated with this package.Methods in gov.nist.secauto.metaschema.databind.codegen that return types with arguments of type IGeneratedClassModifier 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.