Class XmlTemplateCollector
java.lang.Object
org.qubership.integration.platform.runtime.catalog.mapper.atlasmap.xml.XmlTemplateCollector
- All Implemented Interfaces:
DataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception>
public class XmlTemplateCollector
extends Object
implements DataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext,Exception>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitAllOfType(AllOfType type, XmlTemplateCollectorContext ctx) visitAnyOfType(AnyOfType type, XmlTemplateCollectorContext ctx) visitArrayType(ArrayType type, XmlTemplateCollectorContext ctx) visitNullType(NullType type, XmlTemplateCollectorContext ctx) visitObjectType(ObjectType type, XmlTemplateCollectorContext ctx) visitOneOfType(OneOfType type, XmlTemplateCollectorContext ctx) visitStringType(StringType type, XmlTemplateCollectorContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.DataTypeVisitor
visit
-
Constructor Details
-
XmlTemplateCollector
public XmlTemplateCollector()
-
-
Method Details
-
visitAllOfType
public Collection<Node> visitAllOfType(AllOfType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitAllOfTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitAnyOfType
public Collection<Node> visitAnyOfType(AnyOfType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitAnyOfTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitOneOfType
public Collection<Node> visitOneOfType(OneOfType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitOneOfTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitNullType
public Collection<Node> visitNullType(NullType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitNullTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitBooleanType
public Collection<Node> visitBooleanType(BooleanType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitBooleanTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitIntegerType
public Collection<Node> visitIntegerType(IntegerType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitIntegerTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitStringType
public Collection<Node> visitStringType(StringType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitStringTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitArrayType
public Collection<Node> visitArrayType(ArrayType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitArrayTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitObjectType
public Collection<Node> visitObjectType(ObjectType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitObjectTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-
visitReferenceType
public Collection<Node> visitReferenceType(ReferenceType type, XmlTemplateCollectorContext ctx) throws Exception - Specified by:
visitReferenceTypein interfaceDataTypeVisitor<Collection<Node>,XmlTemplateCollectorContext, Exception> - Throws:
Exception
-