Interface DelegatingOutputConverter<T,​S>

    • Method Detail

      • isTransparent

        default boolean isTransparent()
        A DelegatingOutputConverter is considered transparent if its sole purpose is to delegate to other converters, and contains no other logic of its own. In other words, if there is no reason to invoke it without other applicable converters present. This flag is purely a performance optimization hint, and is always safe to leave on false.
        Returns:
        A boolean signifying whether the converter is transparent.