Class ConversionServiceImpl
java.lang.Object
ch.tocco.nice2.rest.entity.impl.values.ConversionServiceImpl
- All Implemented Interfaces:
ConversionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Object
void
setConverters
(List<ValueConverterContribution> contributions)
-
Constructor Details
-
ConversionServiceImpl
-
-
Method Details
-
setConverters
-
convert
@Nullable public @Nullable Object convert(@Nullable @Nullable String type, @Nullable @Nullable Object value) - Specified by:
convert
in interfaceConversionService
-