Class OneOfType
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
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.CompoundType
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.OneOfType
- All Implemented Interfaces:
DataType,TypeDefinitionAware,MetadataAware
-
Constructor Summary
ConstructorsConstructorDescriptionOneOfType(Collection<DataType> types, Collection<TypeDefinition> definitions, Metadata metadata) -
Method Summary
Modifier and TypeMethodDescription<R,A, E extends Exception>
Raccept(DataTypeVisitor<R, A, E> visitor, A arg) Methods inherited from class org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.CompoundType
getNestedAttributes, getTypesMethods 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
getKindMethods 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.metadata.MetadataAware
getMetadata
-
Constructor Details
-
OneOfType
public OneOfType(Collection<DataType> types, Collection<TypeDefinition> definitions, Metadata metadata)
-
-
Method Details
-
accept
- Throws:
E
-