Interface TypedService<DT,​PT extends TypedPlugin<DT>>

    • Method Detail

      • find

        default PT find​(DT data)
        Gets a new instance of the highest priority plugin managed by this service which supports the given data object according to the Typed interface.

        Note that this newly created plugin instance will not actually be injected with the given data object!

        See Also:
        HandlerService.getHandler(Object), WrapperService.create(Object)