Package org.cilogon.qdl.module.storage
Class UserStemMC<V extends User>
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.MapConverter<V>
-
- org.oa4mp.server.qdl.storage.StemConverter<V>
-
- org.cilogon.qdl.module.storage.UserStemMC<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.XMLConverter<V>
public class UserStemMC<V extends User> extends org.oa4mp.server.qdl.storage.StemConverter<V>
Created by Jeff Gaynor
on 12/22/20 at 2:54 PM
-
-
Constructor Summary
Constructors Constructor Description UserStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
fromMap(org.qdl_lang.variables.QDLStem stem, V v)
org.qdl_lang.variables.QDLStem
toMap(V v, org.qdl_lang.variables.QDLStem stem)
-
Methods inherited from class org.oa4mp.server.qdl.storage.StemConverter
fromList, fromMap, fromMap, getParentMC, hasParentMapConverter, isStringKeyOK, isTimeOk, setNonNullStemValue, toDate, toList, toMap
-
-