Uses of Interface
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.TypeProcessor
Packages that use TypeProcessor
-
Uses of TypeProcessor in org.eclipse.lemminx.customservice.synapse.schemagen.xsd
Classes in org.eclipse.lemminx.customservice.synapse.schemagen.xsd that implement TypeProcessorModifier and TypeClassDescriptionclassThe ComplexTypeProcessor class is responsible for processing complex types in an XML Schema and converting them to JSON Schema.classThe SimpleTypeProcessor class processes XML Schema simple type definitions and converts them into JSON Schema nodes.Methods in org.eclipse.lemminx.customservice.synapse.schemagen.xsd that return TypeProcessorModifier and TypeMethodDescriptionstatic TypeProcessorTypeProcessorFactory.getTypeProcessor(org.apache.xerces.xs.XSElementDeclaration element) Returns the appropriate TypeProcessor for the given XML Schema element declaration.