Class ConversionServiceUtils

java.lang.Object
io.microsphere.spring.core.convert.ConversionServiceUtils
All Implemented Interfaces:
io.microsphere.util.Utils

public abstract class ConversionServiceUtils extends Object implements io.microsphere.util.Utils
The utilities class for ConversionService
Since:
1.0.0
Author:
Mercy
See Also:
  • ConversionService
  • Method Details

    • getSharedInstance

      @Nonnull public static org.springframework.core.convert.ConversionService getSharedInstance()
      Get the shared ConversionService
      Returns:
      the shard ConversionService
      See Also:
      • DefaultConversionService.getSharedInstance()