public class IntersectionTypeBuilder extends AbstractBuilder<IntersectionType> implements TypeBuilder<IntersectionType>, WithAnnotation<IntersectionTypeBuilder>
annotations, format| Modifier | Constructor and Description |
|---|---|
protected |
IntersectionTypeBuilder(MetadataFormat format) |
| Modifier and Type | Method and Description |
|---|---|
IntersectionType |
build() |
IntersectionTypeBuilder |
id(String typeIdentifier) |
BaseTypeBuilder |
of() |
IntersectionTypeBuilder |
of(TypeBuilder<?> of) |
IntersectionTypeBuilder |
with(TypeAnnotation extension)
Contributes a builder with
TypeAnnotations |
addExtensionprotected IntersectionTypeBuilder(MetadataFormat format)
public BaseTypeBuilder of()
public IntersectionTypeBuilder of(TypeBuilder<?> of)
public IntersectionTypeBuilder id(String typeIdentifier)
public IntersectionTypeBuilder with(TypeAnnotation extension)
WithAnnotationTypeAnnotationswith in interface WithAnnotation<IntersectionTypeBuilder>extension - TypeAnnotation to addpublic IntersectionType build()
build in interface TypeBuilder<IntersectionType>Copyright © 2024 MuleSoft, Inc.. All rights reserved.