Uses of Class
org.tailormap.api.persistence.json.FeatureTypeSettings
Packages that use FeatureTypeSettings
-
Uses of FeatureTypeSettings in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return FeatureTypeSettingsMethods in org.tailormap.api.persistence with parameters of type FeatureTypeSettings -
Uses of FeatureTypeSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return FeatureTypeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.addAttachmentAttributesItem(AttachmentAttributeType attachmentAttributesItem) FeatureTypeSettings.addAttributeOrderItem(String attributeOrderItem) FeatureTypeSettings.addEditableAttributesItem(String editableAttributesItem) FeatureTypeSettings.addHideAttributesItem(String hideAttributesItem) FeatureTypeSettings.attachmentAttributes(Set<@Valid AttachmentAttributeType> attachmentAttributes) FeatureTypeSettings.attributeOrder(List<String> attributeOrder) FeatureTypeSettings.attributeSettings(Map<String, AttributeSettings> attributeSettings) FeatureTypeSettings.editableAttributes(List<String> editableAttributes) FeatureTypeSettings.hideAttributes(List<String> hideAttributes) FeatureTypeSettings.putAttributeSettingsItem(String key, AttributeSettings attributeSettingsItem) FeatureTypeSettings.template(FeatureTypeTemplate template)