Interface ObjectFacadeStrategy

    • Method Detail

      • canHandle

        <T> boolean canHandle​(T object)
        Returns true, if this strategy implementation can handle the given object, otherwise false.