| Package | Description |
|---|---|
| org.mule.datasense.impl.model.types |
| Modifier and Type | Field and Description |
|---|---|
static Predicate<? super VarDecl> |
TypeUtils.USE_EVENT_PREDICATE |
| Modifier and Type | Method and Description |
|---|---|
static Stream<VarDecl> |
TypeUtils.asVarDecls(org.mule.metadata.message.api.MessageMetadataType messageMetadataType) |
static Stream<VarDecl> |
TypeUtils.asVarDecls(org.mule.metadata.message.api.MessageMetadataType messageMetadataType,
boolean includeVoids) |
static Stream<VarDecl> |
TypeUtils.asVarDecls(org.mule.metadata.message.api.MuleEventMetadataType muleEventMetadataType) |
Optional<VarDecl> |
EventType.get(String name) |
Stream<VarDecl> |
EventType.getVarDecls() |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
TypeUtils.filter(EventType eventType,
Predicate<? super VarDecl> predicate) |
| Constructor and Description |
|---|
EventType(Stream<VarDecl> varDeclarations) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.