Class ConversionServiceUtils

  • All Implemented Interfaces:
    io.microsphere.util.Utils

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.core.convert.ConversionService getSharedInstance()
      Get the shared ConversionService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSharedInstance

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