Class FloatToFloat
java.lang.Object
de.gebit.integrity.parameter.conversion.Conversion<Float,Float>
de.gebit.integrity.parameter.conversion.conversions.java.identity.FloatToFloat
A default Integrity conversion. This conversion actually doesn't convert anything - it exists solely to keep Float as
Float by default.
- Author:
- Rene Schneider - initial API and implementation
-
Nested Class Summary
Nested classes/interfaces inherited from class de.gebit.integrity.parameter.conversion.Conversion
Conversion.Priority -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.gebit.integrity.parameter.conversion.Conversion
convertValueRecursive, convertValueToFormattedStringArrayRecursive, setVisitedObjects
-
Constructor Details
-
FloatToFloat
public FloatToFloat()
-
-
Method Details
-
convert
public Float convert(Float aSource, Class<? extends Float> aTargetType, ConversionContext aConversionContext) throws ConversionFailedException Description copied from class:ConversionPerforms the conversion.- Specified by:
convertin classConversion<Float,Float> - Parameters:
aSource- the source object to convertaTargetType- TODOaConversionContext- controls some conversion parameters and rules; may be null if the defaultConversionContextvalues shall be used- Returns:
- the converted object
- Throws:
ConversionFailedException- in case of conversion errors
-