@FunctionalInterface public interface DimensionFieldNameMapper
| Modifier and Type | Method and Description |
|---|---|
String |
convert(Dimension dimension,
DimensionField dimensionField)
A converter function for the dimension field Mapping.
|
static DimensionFieldNameMapper |
underscoreSeparatedConverter()
A default implementation of the converter method which uses underscore as a separator.
|
String convert(Dimension dimension, DimensionField dimensionField)
dimension - The dimension object used to configure the DimensiondimensionField - The dimension field objectstatic DimensionFieldNameMapper underscoreSeparatedConverter()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.