Uses of Class
nl.b3p.tailormap.api.persistence.json.AttributeSettings
Packages that use AttributeSettings
-
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 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 nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AttributeSettingsMethods in nl.b3p.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 nl.b3p.tailormap.api.persistence.json with parameters of type AttributeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.putAttributeSettingsItem(String key, AttributeSettings attributeSettingsItem) Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AttributeSettingsModifier and TypeMethodDescriptionFeatureTypeSettings.attributeSettings(Map<String, AttributeSettings> attributeSettings) voidFeatureTypeSettings.setAttributeSettings(Map<String, AttributeSettings> attributeSettings)