Uses of Interface
gov.nist.secauto.metaschema.schemagen.json.IDefineableJsonSchema.IKey
Packages that use IDefineableJsonSchema.IKey
Package
Description
Provides JSON Schema generation capabilities based on a provided Module.
-
Uses of IDefineableJsonSchema.IKey in gov.nist.secauto.metaschema.schemagen.json
Fields in gov.nist.secauto.metaschema.schemagen.json with type parameters of type IDefineableJsonSchema.IKeyModifier and TypeFieldDescriptionstatic final Comparator<IDefineableJsonSchema.IKey>IDefineableJsonSchema.IKey.KEY_COMPARATORMethods in gov.nist.secauto.metaschema.schemagen.json that return IDefineableJsonSchema.IKeyModifier and TypeMethodDescriptionIDefinitionJsonSchema.getKey()static IDefineableJsonSchema.IKeyIDefineableJsonSchema.IKey.of(IDefinition definition) static IDefineableJsonSchema.IKeyIDefineableJsonSchema.IKey.of(IDefinition definition, String jsonKeyFlagName, String discriminatorProperty, String discriminatorValue) Methods in gov.nist.secauto.metaschema.schemagen.json with parameters of type IDefineableJsonSchema.IKeyModifier and TypeMethodDescriptiondefault intIDefineableJsonSchema.IKey.compareTo(IDefineableJsonSchema.IKey other) <DEF extends IDefinition>
IDefinitionJsonSchema<DEF>IJsonGenerationState.getSchema(IDefineableJsonSchema.IKey key) Method parameters in gov.nist.secauto.metaschema.schemagen.json with type arguments of type IDefineableJsonSchema.IKeyModifier and TypeMethodDescriptionvoidIDefinitionJsonSchema.gatherDefinitions(Map<IDefineableJsonSchema.IKey, IDefinitionJsonSchema<?>> gatheredDefinitions, IJsonGenerationState state)