Class ComplexType
java.lang.Object
org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.ObjectWithMetadata
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.BaseType
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.TypeWithDefinitions
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.ComplexType
- All Implemented Interfaces:
DataType,TypeDefinitionAware,MetadataAware
- Direct Known Subclasses:
ArrayType,CompoundType,ObjectType,ReferenceType
-
Constructor Summary
ConstructorsConstructorDescriptionComplexType(TypeKind kind, Collection<TypeDefinition> definitions, Metadata metadata) -
Method Summary
Methods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.TypeWithDefinitions
getDefinitionsMethods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.BaseType
getKind, getNestedAttributesMethods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.ObjectWithMetadata
getMetadataMethods 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.DataType
acceptMethods inherited from interface org.qubership.integration.platform.runtime.catalog.model.mapper.metadata.MetadataAware
getMetadata
-
Constructor Details
-
ComplexType
-