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

io.sphere.sdk.attributes.AttributeGetter Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.attributes;

public interface AttributeGetter extends AttributeGetterSetterBase {
    public static  AttributeGetter of(final String name, final AttributeMapper mapper) {
        return AttributeGetterSetter.of(name, mapper);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy