Uses of Interface
org.mule.runtime.dsl.api.component.TypeConverter
Packages that use TypeConverter
-
Uses of TypeConverter in org.mule.runtime.dsl.api.component
Methods in org.mule.runtime.dsl.api.component that return TypeConverterModifier and TypeMethodDescriptionstatic TypeConverter<String,Class> CommonTypeConverters.stringToClassConverter()static TypeConverter<String,Enum> CommonTypeConverters.stringToEnumConverter(Class<? extends Enum> enumType) Methods in org.mule.runtime.dsl.api.component that return types with arguments of type TypeConverterModifier and TypeMethodDescriptionComponentBuildingDefinition.getKeyTypeConverter()ComponentBuildingDefinition.getTypeConverter()Methods in org.mule.runtime.dsl.api.component with parameters of type TypeConverterModifier and TypeMethodDescriptionstatic AttributeDefinition.BuilderAttributeDefinition.Builder.fromSimpleParameter(String configParameterName, TypeConverter typeConverter) static AttributeDefinition.BuilderAttributeDefinition.Builder.fromSimpleReferenceParameter(String configParameterName, TypeConverter typeConverter) ComponentBuildingDefinition.Builder.withKeyTypeConverter(TypeConverter typeConverter) This method allows to convert a map entry key to another type using a converter.ComponentBuildingDefinition.Builder.withTypeConverter(TypeConverter typeConverter) This method allows to convert a simple type to another type using a converter.Method parameters in org.mule.runtime.dsl.api.component with type arguments of type TypeConverterModifier and TypeMethodDescriptionvoidAttributeDefinitionVisitor.onConfigurationParameter(String parameterName, Object defaultValue, Optional<TypeConverter> typeConverter) Called when the attribute is configured from a simple configuration attribute.voidAttributeDefinitionVisitor.onReferenceConfigurationParameter(String parameterName, Object defaultValue, Optional<TypeConverter> typeConverter) Called when the attribute is configured from a simple configuration attribute and could reference to a another object defined in the configuration.