Uses of Class
org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.definition.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes
Methods in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes that return types with arguments of type AttributeModifier and TypeMethodDescriptionArrayType.getNestedAttributes()BaseType.getNestedAttributes()CompoundType.getNestedAttributes()DataType.getNestedAttributes()ObjectType.getNestedAttributes() -
Uses of Attribute in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.definition
Methods in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.definition that return types with arguments of type AttributeModifier and TypeMethodDescriptionObjectSchema.getAttributes()MessageSchema.getHeaders()MessageSchema.getProperties()Constructor parameters in org.qubership.integration.platform.runtime.catalog.model.mapper.mapping.definition with type arguments of type AttributeModifierConstructorDescriptionMessageSchema(Collection<Attribute> headers, Collection<Attribute> properties, DataType body, Metadata metadata) ObjectSchema(String id, Collection<Attribute> attributes, Metadata metadata)