Class DataDictionaryToJsonSchemaConverter.Context
java.lang.Object
com.flowable.platform.common.datadictionary.json.DataDictionaryToJsonSchemaConverter.Context
- Enclosing class:
DataDictionaryToJsonSchemaConverter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String, DictionaryType> protected final Function<TypeRef, DictionaryType> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContext(Map<String, DictionaryType> allTypes, Function<TypeRef, DictionaryType> externalTypeResolver) -
Method Summary
-
Field Details
-
allTypes
-
externalTypeResolver
-
visitedTypes
-
-
Constructor Details
-
Context
protected Context(Map<String, DictionaryType> allTypes, Function<TypeRef, DictionaryType> externalTypeResolver)
-