|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionExecutor | |
---|---|
org.springframework.binding.convert | Core services for converting objects from one type to another. |
org.springframework.binding.convert.support | Supporting type converter implementations that are generically applicable and frequently used. |
org.springframework.binding.mapping | Support for mapping attribute values between data structures. |
Uses of ConversionExecutor in org.springframework.binding.convert |
---|
Methods in org.springframework.binding.convert that return ConversionExecutor | |
---|---|
ConversionExecutor |
ConversionService.getConversionExecutor(java.lang.Class sourceClass,
java.lang.Class targetClass)
Return a conversion executor command object capable of converting source objects of the specified sourceClass to instances of the targetClass . |
ConversionExecutor |
ConversionService.getConversionExecutorByTargetAlias(java.lang.Class sourceClass,
java.lang.String targetAlias)
Return a conversion executor command object capable of converting source objects of the specified sourceClass to target objects of the type associated with the specified alias. |
ConversionExecutor[] |
ConversionService.getConversionExecutorsForSource(java.lang.Class sourceClass)
Return all conversion executors capable of converting source objects of the the specified sourceClass . |
Uses of ConversionExecutor in org.springframework.binding.convert.support |
---|
Methods in org.springframework.binding.convert.support that return ConversionExecutor | |
---|---|
protected ConversionExecutor |
ConversionServiceAwareConverter.converterFor(java.lang.Class sourceClass,
java.lang.Class targetClass)
Returns a conversion executor capable of converting objects from one class to another. |
protected ConversionExecutor |
ConversionServiceAwareConverter.fromStringTo(java.lang.Class targetClass)
Returns a conversion executor capable of converting string objects to the specified target class. |
protected ConversionExecutor |
ConversionServiceAwareConverter.fromStringToAliased(java.lang.String targetAlias)
Returns a conversion executor capable of converting string objects to the target class aliased by the provided alias. |
ConversionExecutor |
CompositeConversionService.getConversionExecutor(java.lang.Class sourceClass,
java.lang.Class targetClass)
|
ConversionExecutor |
GenericConversionService.getConversionExecutor(java.lang.Class sourceClass,
java.lang.Class targetClass)
|
ConversionExecutor |
CompositeConversionService.getConversionExecutorByTargetAlias(java.lang.Class sourceClass,
java.lang.String targetAlias)
|
ConversionExecutor |
GenericConversionService.getConversionExecutorByTargetAlias(java.lang.Class sourceClass,
java.lang.String alias)
|
ConversionExecutor[] |
CompositeConversionService.getConversionExecutorsForSource(java.lang.Class sourceClass)
|
ConversionExecutor[] |
GenericConversionService.getConversionExecutorsForSource(java.lang.Class sourceClass)
|
Constructors in org.springframework.binding.convert.support with parameters of type ConversionExecutor | |
---|---|
ConverterPropertyEditorAdapter(ConversionExecutor conversionExecutor)
Adapt given conversion executor to the PropertyEditor contract. |
Uses of ConversionExecutor in org.springframework.binding.mapping |
---|
Constructors in org.springframework.binding.mapping with parameters of type ConversionExecutor | |
---|---|
Mapping(Expression sourceExpression,
SettableExpression targetExpression,
ConversionExecutor typeConverter)
Creates a new mapping. |
|
Mapping(Expression sourceExpression,
SettableExpression targetExpression,
ConversionExecutor typeConverter,
boolean required)
Creates a new mapping. |
|
RequiredMapping(Expression sourceExpression,
SettableExpression targetPropertyExpression,
ConversionExecutor typeConverter)
Creates a required mapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |