Class MonitoredConverter<V extends Monitored>
- java.lang.Object
- 
- edu.uiuc.ncsa.security.storage.data.MapConverter<V>
- 
- edu.uiuc.ncsa.security.storage.monitored.MonitoredConverter<V>
 
 
- 
- All Implemented Interfaces:
- XMLConverter<V>
 
 public class MonitoredConverter<V extends Monitored> extends MapConverter<V> Created by Jeff Gaynor 
 on 3/29/23 at 8:26 AM
- 
- 
Field Summary- 
Fields inherited from class edu.uiuc.ncsa.security.storage.data.MapConverterkeys, provider
 
- 
 - 
Constructor SummaryConstructors Constructor Description MonitoredConverter(MonitoredKeys keys, IdentifiableProvider<V> provider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VfromMap(ConversionMap<String,Object> map, V client)MonitoredKeysgetKeys()voidtoMap(V v, ConversionMap<String,Object> map)Takes the value and writes the data to the map.- 
Methods inherited from class edu.uiuc.ncsa.security.storage.data.MapConvertercreateIfNeeded, fromJSON, fromMap, fromMap, getProvider, isA, subset, toJSON, toMap
 
- 
 
- 
- 
- 
Constructor Detail- 
MonitoredConverterpublic MonitoredConverter(MonitoredKeys keys, IdentifiableProvider<V> provider) 
 
- 
 - 
Method Detail- 
getKeyspublic MonitoredKeys getKeys() - Overrides:
- getKeysin class- MapConverter<V extends Monitored>
 
 - 
fromMappublic V fromMap(ConversionMap<String,Object> map, V client) - Overrides:
- fromMapin class- MapConverter<V extends Monitored>
 
 - 
toMappublic void toMap(V v, ConversionMap<String,Object> map) Description copied from class:MapConverterTakes the value and writes the data to the map. The reason that the map is supplied is that there are many specialized maps. It would place undue constraints on this class to try and manage these as well.- Overrides:
- toMapin class- MapConverter<V extends Monitored>
 
 
- 
 
-