Uses of Interface
gov.nist.secauto.metaschema.schemagen.IInlineStrategy
-
Packages that use IInlineStrategy Package Description gov.nist.secauto.metaschema.schemagen Abstract support for schema generation. -
-
Uses of IInlineStrategy in gov.nist.secauto.metaschema.schemagen
Classes in gov.nist.secauto.metaschema.schemagen that implement IInlineStrategy Modifier and Type Class Description classChoiceNotInlineStrategyFields in gov.nist.secauto.metaschema.schemagen declared as IInlineStrategy Modifier and Type Field Description static IInlineStrategyIInlineStrategy. CHOICE_NOT_INLINEstatic IInlineStrategyIInlineStrategy. DEFINED_AS_INLINEstatic IInlineStrategyIInlineStrategy. NONE_INLINEMethods in gov.nist.secauto.metaschema.schemagen that return IInlineStrategy Modifier and Type Method Description static IInlineStrategyIInlineStrategy. newInlineStrategy(IConfiguration<SchemaGenerationFeature<?>> configuration)
-