io.sphere.sdk.attributes.AttributeGetterSetterBase Maven / Gradle / Ivy
package io.sphere.sdk.attributes;
interface AttributeGetterSetterBase {
String getName();
AttributeMapper getMapper();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy