Class TypeWithDefinitions
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
- All Implemented Interfaces:
DataType,TypeDefinitionAware,MetadataAware
- Direct Known Subclasses:
ComplexType
-
Constructor Summary
ConstructorsConstructorDescriptionTypeWithDefinitions(TypeKind kind, Collection<TypeDefinition> definitions, Metadata metadata) -
Method Summary
Methods 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
-
TypeWithDefinitions
public TypeWithDefinitions(TypeKind kind, Collection<TypeDefinition> definitions, Metadata metadata)
-
-
Method Details
-
getDefinitions
- Specified by:
getDefinitionsin interfaceTypeDefinitionAware
-