Uses of Interface
org.mule.runtime.dsl.api.component.ObjectFactory
Packages that use ObjectFactory
-
Uses of ObjectFactory in org.mule.runtime.dsl.api.component
Subinterfaces of ObjectFactory in org.mule.runtime.dsl.api.componentModifier and TypeInterfaceDescriptioninterfaceInterface that must be implemented by those classes that are meant to be used as a factory to create complex domain objects which in turn areComponents.Classes in org.mule.runtime.dsl.api.component that implement ObjectFactoryModifier and TypeClassDescriptionclassBasic implementation ofComponentFactorythat handles all annotation related behavior includinggetObject().Methods in org.mule.runtime.dsl.api.component that return types with arguments of type ObjectFactoryModifier and TypeMethodDescriptionClass<? extends ObjectFactory<T>>ComponentBuildingDefinition.getObjectFactoryType()Method parameters in org.mule.runtime.dsl.api.component with type arguments of type ObjectFactoryModifier and TypeMethodDescriptionComponentBuildingDefinition.Builder.withObjectFactoryType(Class<? extends ObjectFactory<T>> objectFactoryType) Defines a factory class to be used for creating the object.