Class CommandOutputResolverSupport

    • Constructor Detail

      • CommandOutputResolverSupport

        public CommandOutputResolverSupport()
    • Method Detail

      • isAssignableFrom

        protected boolean isAssignableFrom​(OutputSelector selector,
                                           OutputType provider)
        Overridable hook to check whether selector can be assigned from the provider type provider.

        This method descends the component type hierarchy and considers primitive/wrapper type conversion.

        Parameters:
        selector - must not be null.
        provider - must not be null.
        Returns:
        true if selector can be assigned from its provider type.