Uses of Class
nl.b3p.tailormap.api.persistence.json.AttributeSettings
-
Packages that use AttributeSettings Package Description nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.persistence.json -
-
Uses of AttributeSettings in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return types with arguments of type AttributeSettings Modifier and Type Method Description static Map<String,org.apache.commons.lang3.tuple.Pair<TMAttributeDescriptor,AttributeSettings>>TMFeatureTypeHelper. getConfiguredAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)Return a map of attribute names (in order, using a LinkedHashMap implementation) to an attribute descriptor and configured settings pair, taking into account the configured attribute order and hidden attributes. -
Uses of AttributeSettings in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AttributeSettings Modifier and Type Method Description AttributeSettingsAttributeSettings. title(String title)Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type AttributeSettings Modifier and Type Method Description @NotNull @Valid Map<String,AttributeSettings>FeatureTypeSettings. getAttributeSettings()Map of attribute name to its' settings.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type AttributeSettings Modifier and Type Method Description FeatureTypeSettingsFeatureTypeSettings. putAttributeSettingsItem(String key, AttributeSettings attributeSettingsItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AttributeSettings Modifier and Type Method Description FeatureTypeSettingsFeatureTypeSettings. attributeSettings(Map<String,AttributeSettings> attributeSettings)voidFeatureTypeSettings. setAttributeSettings(Map<String,AttributeSettings> attributeSettings)
-