public abstract class AbstractBuilder<T extends MetadataType> extends Object implements TypeBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends TypeAnnotation>,TypeAnnotation> |
annotations |
protected MetadataFormat |
format |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBuilder(MetadataFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtension(TypeAnnotation extension) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected final Map<Class<? extends TypeAnnotation>,TypeAnnotation> annotations
protected final MetadataFormat format
protected AbstractBuilder(MetadataFormat format)
protected void addExtension(TypeAnnotation extension)
Copyright © 2021 MuleSoft, Inc.. All rights reserved.