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 AttributeSettingsModifier and TypeMethodDescriptionTMFeatureTypeHelper.AttributeWithSettings.settings()
Returns the value of thesettings
record component.Constructors in org.tailormap.api.persistence.helper with parameters of type AttributeSettingsModifierConstructorDescriptionAttributeWithSettings
(TMAttributeDescriptor attributeDescriptor, AttributeSettings settings) Creates an instance of aAttributeWithSettings
record class. -
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)