Uses of Enum Class
org.eclipse.lemminx.customservice.synapse.schemagen.util.SchemaBuilder.TypeEnum
Packages that use SchemaBuilder.TypeEnum
-
Uses of SchemaBuilder.TypeEnum in org.eclipse.lemminx.customservice.synapse.schemagen.util
Methods in org.eclipse.lemminx.customservice.synapse.schemagen.util that return SchemaBuilder.TypeEnumModifier and TypeMethodDescriptionstatic SchemaBuilder.TypeEnumReturns the enum constant of this class with the specified name.static SchemaBuilder.TypeEnum[]SchemaBuilder.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.customservice.synapse.schemagen.util with parameters of type SchemaBuilder.TypeEnumModifier and TypeMethodDescriptionprotected JsonSchemaSchemaBuilder.addPrimitiveToParent(JsonSchema parent, String id, String value, SchemaBuilder.TypeEnum propertyValueType, Map<String, String> elementIdentifierMap) protected JsonSchemaSchemaBuilderWithNamepaces.addPrimitiveToParent(JsonSchema parent, String id, String value, SchemaBuilder.TypeEnum propertyValueType, Map<String, String> elementIdentifierMap) protected JsonSchemaSchemaBuilder.addPrimitiveToParentItemsArray(JsonSchema parent, String id, SchemaBuilder.TypeEnum propertyValueType)