All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nytimes.android.external.fs.BarCodePathResolver Maven / Gradle / Ivy

package com.nytimes.android.external.fs;

import com.nytimes.android.external.store.base.impl.BarCode;

import javax.annotation.Nonnull;

class BarCodePathResolver implements PathResolver {
    @Nonnull
    @Override
    public String resolve(@Nonnull BarCode key) {
        return key.toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy