Uses of Class
org.tailormap.api.persistence.json.AttributeSettings
-
Uses of AttributeSettings in org.tailormap.api.persistence.helper
Modifier and TypeMethodDescriptionstatic 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 org.tailormap.api.persistence.json
Modifier and TypeMethodDescription@NotNull @Valid Map<String,
AttributeSettings> FeatureTypeSettings.getAttributeSettings()
Map of attribute name to its' settings.Modifier and TypeMethodDescriptionFeatureTypeSettings.putAttributeSettingsItem
(String key, AttributeSettings attributeSettingsItem) Modifier and TypeMethodDescriptionFeatureTypeSettings.attributeSettings
(Map<String, AttributeSettings> attributeSettings) void
FeatureTypeSettings.setAttributeSettings
(Map<String, AttributeSettings> attributeSettings)