Package com.dna.jopt.member.unit.dict
Class TypeDictionary
java.lang.Object
com.dna.jopt.member.unit.dict.TypeDictionary
- All Implemented Interfaces:
ITypeDictionary,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeDictionary(Class<?> typeClass) TypeDictionary(List<Class<?>> typeClasses) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMappingValue(Integer id, String value) voidvoidvoidaddTypeByObject(Object obj) lookupName(Integer id) voidtoString()
-
Constructor Details
-
TypeDictionary
public TypeDictionary() -
TypeDictionary
-
TypeDictionary
-
-
Method Details
-
addType
- Specified by:
addTypein interfaceITypeDictionary
-
addType
- Specified by:
addTypein interfaceITypeDictionary
-
addTypeByObject
- Specified by:
addTypeByObjectin interfaceITypeDictionary
-
addMappingValue
- Specified by:
addMappingValuein interfaceITypeDictionary
-
getMapping
- Specified by:
getMappingin interfaceITypeDictionary
-
getTypeClassNames
- Specified by:
getTypeClassNamesin interfaceITypeDictionary
-
lookupName
- Specified by:
lookupNamein interfaceITypeDictionary
-
getReverseMapping
- Specified by:
getReverseMappingin interfaceITypeDictionary
-
reinitReverseMapping
public void reinitReverseMapping()- Specified by:
reinitReverseMappingin interfaceITypeDictionary
-
toString
-