Interface IOptionalProvider

    • Method Detail

      • canHandle

        boolean canHandle​(Object object)
        Indicates whether this provider wants to handle the given object.
        Parameters:
        object - the Object.
        Returns:
        true if the provider wants to handle the given object, false otherwise.