Package com.dna.jopt.member.unit.dict
Interface ITypeDictionaryManager
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TypeDictionaryManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMappingValueIfAbsent(Class<?> typeClass, String value) voidaddMappingValueIfAbsent(String classIdent, String value) voidaddMappingValuesIfAbsent(Map<String, List<String>> classToValuesMap) voidaddTypeDictionary(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
-