org.springframework.boot.context.config

Interface ConfigDataLoader<R extends ConfigDataResource>

    • Method Detail

      • isLoadable

        default boolean isLoadable(ConfigDataLoaderContext context,
                                   R resource)
        Returns if the specified resource can be loaded by this instance.
        Parameters:
        context - the loader context
        resource - the resource to check.
        Returns:
        if the resource is supported by this loader