public class TypeMetadata extends Object implements Descriptable<org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor>
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() |
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor> |
toDescriptorResult(List<org.mule.runtime.extension.internal.persistence.metadata.dto.Failure> metadataFailure) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentFailureprotected 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()
public org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor> toDescriptorResult(List<org.mule.runtime.extension.internal.persistence.metadata.dto.Failure> metadataFailure)
toDescriptorResult in interface Descriptable<org.mule.runtime.api.metadata.descriptor.TypeMetadataDescriptor>Copyright © 2016 MuleSoft, Inc.. All rights reserved.