Uses of Class
org.mule.extensions.java.internal.parameters.ConstructorIdentifier
Packages that use ConstructorIdentifier
Package
Description
-
Uses of ConstructorIdentifier in org.mule.extensions.java.internal.cache
Methods in org.mule.extensions.java.internal.cache with parameters of type ConstructorIdentifierModifier and TypeMethodDescriptionJavaModuleLoadingCache.getConstructor(ConstructorIdentifier id, Class<?> declaringClass, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args) -
Uses of ConstructorIdentifier in org.mule.extensions.java.internal.metadata
Methods in org.mule.extensions.java.internal.metadata with parameters of type ConstructorIdentifierModifier and TypeMethodDescriptionorg.mule.runtime.api.metadata.MetadataKeyConstructorTypeResolver.resolveChilds(org.mule.runtime.api.metadata.MetadataContext metadataContext, ConstructorIdentifier key) -
Uses of ConstructorIdentifier in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation with parameters of type ConstructorIdentifierModifier and TypeMethodDescriptionJavaNewInstanceOperation.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 givenclassThe identifier of theConstructorto be used includes theclassandconstructornames, being theconstructora full description of its signature including the types of each parameter.