类 DefaultConversionService

    • 方法详细资料

      • getSharedInstance

        public static ConversionService getSharedInstance()
        Return a shared default ConversionService instance, lazily building it once needed.

        NOTE: We highly recommend constructing individual ConversionService instances for customization purposes. This accessor is only meant as a fallback for code paths which need simple type coercion but cannot access a longer-lived ConversionService instance any other way.

        返回:
        the shared ConversionService instance (never null)
        从以下版本开始:
        4.3.5