Uses of Class
org.sonar.api.utils.KeyValueFormat.Converter

Packages that use KeyValueFormat.Converter
org.sonar.api.utils   
 

Uses of KeyValueFormat.Converter in org.sonar.api.utils
 

Subclasses of KeyValueFormat.Converter in org.sonar.api.utils
static class KeyValueFormat.DateConverter
           
static class KeyValueFormat.DateTimeConverter
          Deprecated. in version 2.13. Replaced by KeyValueFormat.newDateTimeConverter()
static class KeyValueFormat.DoubleConverter
           
static class KeyValueFormat.IntegerConverter
           
static class KeyValueFormat.PriorityConverter
           
static class KeyValueFormat.StringConverter
           
static class KeyValueFormat.ToStringConverter
           
 

Methods in org.sonar.api.utils with parameters of type KeyValueFormat.Converter
static
<K,V> String
KeyValueFormat.format(Map<K,V> map, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
           
static
<K,V> String
KeyValueFormat.format(Map<K,V> map, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
           
static
<K,V> String
KeyValueFormat.format(com.google.common.collect.Multimap<K,V> map, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
          Limitation: there's currently no methods to parse into Multimap.
static
<K,V> String
KeyValueFormat.format(com.google.common.collect.Multimap<K,V> map, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
          Limitation: there's currently no methods to parse into Multimap.
static
<K> String
KeyValueFormat.format(com.google.common.collect.Multiset<K> multiset, KeyValueFormat.Converter<K> keyConverter)
           
static
<K,V> Map<K,V>
KeyValueFormat.parse(String data, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
           
static
<K,V> Map<K,V>
KeyValueFormat.parse(String data, KeyValueFormat.Converter<K> keyConverter, KeyValueFormat.Converter<V> valueConverter)
           
static
<K> com.google.common.collect.Multiset<K>
KeyValueFormat.parseMultiset(String data, KeyValueFormat.Converter<K> keyConverter)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.