Uses of Class
org.mule.runtime.dsl.api.component.TypeDefinition
Packages that use TypeDefinition
-
Uses of TypeDefinition in org.mule.runtime.dsl.api.component
Methods in org.mule.runtime.dsl.api.component that return TypeDefinitionModifier and TypeMethodDescriptionTypeDefinition.checkingThatIsClassOrInheritsFrom(Class<?> inforcedClass) static <T> TypeDefinition<T>TypeDefinition.fromConfigurationAttribute(String configAttributeName) Deprecated.type definitions shouldn't be created from attributes passed in the artifact config.static <T> TypeDefinition<T>TypeDefinition.fromConfigurationAttribute(String configGroupName, String configAttributeName) Deprecated.type definitions shouldn't be created from attributes passed in the artifact config.static <T,K, V> TypeDefinition<T> TypeDefinition.fromMapEntryType(Class<K> keyType, Class<V> valueType) static <T> TypeDefinition<T>Defines the object type that will be created for the component.ComponentBuildingDefinition.getTypeDefinition()Methods in org.mule.runtime.dsl.api.component with parameters of type TypeDefinitionModifier and TypeMethodDescriptionComponentBuildingDefinition.Builder.withTypeDefinition(TypeDefinition<T> typeDefinition) Sets theTypeDefinitionto discover the object type.