Uses of Class
org.tailormap.api.persistence.json.AttributeSettings
Packages that use AttributeSettings
-
Uses of AttributeSettings in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return types with arguments of type AttributeSettingsModifier 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
Methods in org.tailormap.api.persistence.json that return AttributeSettingsMethods in org.tailormap.api.persistence.json that return types with arguments of type AttributeSettingsModifier and TypeMethodDescription@NotNull @Valid Map<String,
AttributeSettings> FeatureTypeSettings.getAttributeSettings()
Map of attribute name to its' settings.Methods in org.tailormap.api.persistence.json with parameters of type AttributeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.putAttributeSettingsItem
(String key, AttributeSettings attributeSettingsItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type AttributeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.attributeSettings
(Map<String, AttributeSettings> attributeSettings) void
FeatureTypeSettings.setAttributeSettings
(Map<String, AttributeSettings> attributeSettings)