- java.lang.Object
-
- org.mule.runtime.api.component.AbstractComponent
-
- org.mule.runtime.config.internal.dsl.spring.MapFactoryBean
-
- All Implemented Interfaces:
- org.mule.runtime.api.component.Component, org.springframework.beans.factory.FactoryBean
public class MapFactoryBean
extends org.mule.runtime.api.component.AbstractComponent
implements org.springframework.beans.factory.FactoryBean
FactoryBean that creates a Map from a collection of MapEntry and the type of the map.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.mule.runtime.api.component.Component
org.mule.runtime.api.component.Component.Annotations
-
Field Summary
-
Fields inherited from class org.mule.runtime.api.component.AbstractComponent
ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEY
-
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Fields inherited from interface org.mule.runtime.api.component.Component
ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATA
-
Constructor Summary
Constructors
| Constructor and Description |
MapFactoryBean(List<org.mule.runtime.dsl.api.component.MapEntry> mapEntries,
Class<? extends Map> mapType) |
-
Method Summary
-
Methods inherited from class org.mule.runtime.api.component.AbstractComponent
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.