| Package | Description |
|---|---|
| org.mule.extensions.java.internal.cache | |
| org.mule.extensions.java.internal.metadata | |
| org.mule.extensions.java.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
JavaModuleLoadingCache.getConstructor(ConstructorIdentifier id,
Class<?> declaringClass,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.MetadataKey |
ConstructorTypeResolver.resolveChilds(org.mule.runtime.api.metadata.MetadataContext metadataContext,
ConstructorIdentifier key) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaNewInstanceOperation.newInstance(ConstructorIdentifier identifier,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Operation that allows the user to create a new instance of the given
class
The identifier of the Constructor to be used includes the class and constructor names,
being the constructor a full description of its signature including the types of each parameter. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.