Uses of Class
org.apache.johnzon.jsonschema.generator.Schema
Packages that use Schema
-
Uses of Schema in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator declared as SchemaFields in org.apache.johnzon.jsonschema.generator with type parameters of type SchemaModifier and TypeFieldDescriptionSchema.allOfSchema.anyOfSchema.definitionsSchemaProcessor.InMemoryCache.definitionsSchema.oneOfSchema.propertiesSchemaProcessor.InMemoryCache.schemasMethods in org.apache.johnzon.jsonschema.generator that return SchemaModifier and TypeMethodDescriptionprivate SchemaSchemaProcessor.doMapSchemaFromClass(Type model, SchemaProcessor.Cache cache, SchemaProcessor.ReflectionValueExtractor reflectionValueExtractor, SchemaProcessor.Instance instance) Schema.getItems()Schema.getNot()SchemaProcessor.mapSchemaFromClass(Type model) SchemaProcessor.mapSchemaFromClass(Type model, SchemaProcessor.Cache cache) Methods in org.apache.johnzon.jsonschema.generator that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchema.getAllOf()Schema.getAnyOf()Schema.getDefinitions()SchemaProcessor.InMemoryCache.getDefinitions()Schema.getOneOf()Schema.getProperties()SchemaProcessor.InMemoryCache.getSchemas()Methods in org.apache.johnzon.jsonschema.generator with parameters of type SchemaModifier and TypeMethodDescriptionprotected voidvoidSchemaProcessor.fillSchema(Type rawModel, Schema schema, SchemaProcessor.Cache cache, SchemaProcessor.ReflectionValueExtractor reflectionValueExtractor, SchemaProcessor.Instance instance) private voidSchemaProcessor.getOrCreateReusableObjectComponent(Class<?> from, Schema schema, SchemaProcessor.Cache cache, SchemaProcessor.ReflectionValueExtractor reflectionValueExtractor, SchemaProcessor.Instance instance) private voidSchemaProcessor.handleRequired(Schema schema, Supplier<String> nameSupplier) protected voidSchemaProcessor.onIgnored(Schema schema, Field f, SchemaProcessor.Cache cache) voidSchemaProcessor.Cache.onSchemaCreated(Class<?> type, Schema schema) voidSchemaProcessor.InMemoryCache.onSchemaCreated(Class<?> type, Schema schema) voidvoidMethod parameters in org.apache.johnzon.jsonschema.generator with type arguments of type Schema