public final class TypeMetadata extends Object
TypeMetadataDescriptor into a serializable format.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isDynamic |
protected org.mule.metadata.api.model.MetadataType |
type |
| Constructor and Description |
|---|
TypeMetadata(org.mule.metadata.api.model.MetadataType type,
boolean isDynamic) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
isDynamic() |
protected final org.mule.metadata.api.model.MetadataType type
protected final boolean isDynamic
public TypeMetadata(org.mule.metadata.api.model.MetadataType type, boolean isDynamic)
public boolean isDynamic()
public org.mule.metadata.api.model.MetadataType getType()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.