Uses of Class
org.apache.johnzon.jsonschema.generator.Schema
-
Packages that use Schema Package Description org.apache.johnzon.jsonschema.generator -
-
Uses of Schema in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator declared as Schema Modifier and Type Field Description private SchemaSchema. itemsprivate SchemaSchema. notFields in org.apache.johnzon.jsonschema.generator with type parameters of type Schema Modifier and Type Field Description private List<Schema>Schema. allOfprivate List<Schema>Schema. anyOfprivate Map<String,Schema>Schema. definitionsprivate Map<String,Schema>SchemaProcessor.InMemoryCache. definitionsprivate List<Schema>Schema. oneOfprivate Map<String,Schema>Schema. propertiesprivate Map<Class<?>,Schema>SchemaProcessor.InMemoryCache. schemasMethods in org.apache.johnzon.jsonschema.generator that return Schema Modifier and Type Method Description private SchemaSchemaProcessor. doMapSchemaFromClass(Type model, SchemaProcessor.Cache cache, SchemaProcessor.ReflectionValueExtractor reflectionValueExtractor, SchemaProcessor.Instance instance)SchemaSchema. getItems()SchemaSchema. getNot()SchemaSchemaProcessor. mapSchemaFromClass(Type model)SchemaSchemaProcessor. mapSchemaFromClass(Type model, SchemaProcessor.Cache cache)Methods in org.apache.johnzon.jsonschema.generator that return types with arguments of type Schema Modifier and Type Method Description List<Schema>Schema. getAllOf()List<Schema>Schema. getAnyOf()Map<String,Schema>Schema. getDefinitions()Map<String,Schema>SchemaProcessor.InMemoryCache. getDefinitions()List<Schema>Schema. getOneOf()Map<String,Schema>Schema. getProperties()Map<Class<?>,Schema>SchemaProcessor.InMemoryCache. getSchemas()Methods in org.apache.johnzon.jsonschema.generator with parameters of type Schema Modifier and Type Method Description protected voidSchemaProcessor. fillMeta(Field f, Schema schema)voidSchemaProcessor. 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)voidSchema. setItems(Schema items)voidSchema. setNot(Schema not)Method parameters in org.apache.johnzon.jsonschema.generator with type arguments of type Schema Modifier and Type Method Description voidSchema. setAllOf(List<Schema> allOf)voidSchema. setAnyOf(List<Schema> anyOf)voidSchema. setDefinitions(Map<String,Schema> definitions)voidSchema. setOneOf(List<Schema> oneOf)voidSchema. setProperties(Map<String,Schema> properties)
-