Package org.mule.metadata.api.builder
Class NothingTypeBuilder
- java.lang.Object
-
- org.mule.metadata.api.builder.AbstractBuilder<NothingType>
-
- org.mule.metadata.api.builder.NothingTypeBuilder
-
- All Implemented Interfaces:
TypeBuilder<NothingType>,WithAnnotation<NothingTypeBuilder>
public class NothingTypeBuilder extends AbstractBuilder<NothingType> implements TypeBuilder<NothingType>, WithAnnotation<NothingTypeBuilder>
-
-
Field Summary
-
Fields inherited from class org.mule.metadata.api.builder.AbstractBuilder
annotations, format
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNothingTypeBuilder(MetadataFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NothingTypebuild()NothingTypeBuilderid(String typeIdentifier)NothingTypeBuilderwith(TypeAnnotation extension)Contributes a builder withTypeAnnotations-
Methods inherited from class org.mule.metadata.api.builder.AbstractBuilder
addExtension
-
-
-
-
Constructor Detail
-
NothingTypeBuilder
protected NothingTypeBuilder(MetadataFormat format)
-
-
Method Detail
-
with
public NothingTypeBuilder with(TypeAnnotation extension)
Description copied from interface:WithAnnotationContributes a builder withTypeAnnotations- Specified by:
within interfaceWithAnnotation<NothingTypeBuilder>- Parameters:
extension-TypeAnnotationto add- Returns:
- contributed {@param
} builder
-
id
public NothingTypeBuilder id(String typeIdentifier)
-
build
public NothingType build()
- Specified by:
buildin interfaceTypeBuilder<NothingType>
-
-