Package com.dna.jopt.member.unit.dict
Interface ITypeDictionaryManager
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TypeDictionaryManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMappingValueIfAbsent
(Class<?> typeClass, String value) void
addMappingValueIfAbsent
(String classIdent, String value) void
addMappingValuesIfAbsent
(Map<String, List<String>> classToValuesMap) void
addTypeDictionary
(ITypeDictionary typeDictionary) findDictionaryByType
(Class<?> typeClass) findDictionaryByType
(String className) lookupName
(Class<?> typeClass, Integer id) lookupName
(String className, Integer id)
-
Method Details
-
addTypeDictionary
-
getDictionaries
List<ITypeDictionary> getDictionaries() -
findDictionaryByType
-
findDictionaryByType
-
lookupName
-
lookupName
-
addMappingValueIfAbsent
-
addMappingValueIfAbsent
-
addMappingValuesIfAbsent
-