Uses of Class
com.flowable.platform.common.datadictionary.json.DataDictionaryToJsonSchemaConverter.Context
Packages that use DataDictionaryToJsonSchemaConverter.Context
-
Uses of DataDictionaryToJsonSchemaConverter.Context in com.flowable.platform.common.datadictionary.json
Methods in com.flowable.platform.common.datadictionary.json with parameters of type DataDictionaryToJsonSchemaConverter.ContextModifier and TypeMethodDescriptionprotected static voidDataDictionaryToJsonSchemaConverter.populateArraySchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, ArrayDictionaryType arrayType, DataDictionaryToJsonSchemaConverter.Context context) protected static voidDataDictionaryToJsonSchemaConverter.populateInlineObjectSchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, Map<String, TypeProperty> nestedProperties, DataDictionaryToJsonSchemaConverter.Context context) protected static voidDataDictionaryToJsonSchemaConverter.populateObjectSchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, HasTypeProperties objectType, DataDictionaryToJsonSchemaConverter.Context context) protected static voidDataDictionaryToJsonSchemaConverter.populatePropertySchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, TypeProperty property, DataDictionaryToJsonSchemaConverter.Context context) protected static voidDataDictionaryToJsonSchemaConverter.populateTypeRefSchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, TypeRef typeRef, DataDictionaryToJsonSchemaConverter.Context context) protected static voidDataDictionaryToJsonSchemaConverter.populateTypeSchema(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode target, DictionaryType dictionaryType, DataDictionaryToJsonSchemaConverter.Context context)