Class ConversionProcessorFactory

    • Constructor Detail

      • ConversionProcessorFactory

        public ConversionProcessorFactory()
    • Method Detail

      • getConversionProcessor

        public static Optional<ConversionProcessor> getConversionProcessor​(Class<?> clazz)
        Returns a conversion processor for the given type.
        Parameters:
        clazz - the class for which the conversion processor has to be retrieved.
        Returns:
        a conversion processor for the given type wrapped into Optional