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 TypeMethodDescriptionvoid
addMappingValue
(Integer id, String value) void
void
void
addTypeByObject
(Object obj) lookupName
(Integer id) void
toString()
-
Constructor Details
-
TypeDictionary
public TypeDictionary() -
TypeDictionary
-
TypeDictionary
-
-
Method Details
-
addType
- Specified by:
addType
in interfaceITypeDictionary
-
addType
- Specified by:
addType
in interfaceITypeDictionary
-
addTypeByObject
- Specified by:
addTypeByObject
in interfaceITypeDictionary
-
addMappingValue
- Specified by:
addMappingValue
in interfaceITypeDictionary
-
getMapping
- Specified by:
getMapping
in interfaceITypeDictionary
-
getTypeClassNames
- Specified by:
getTypeClassNames
in interfaceITypeDictionary
-
lookupName
- Specified by:
lookupName
in interfaceITypeDictionary
-
getReverseMapping
- Specified by:
getReverseMapping
in interfaceITypeDictionary
-
reinitReverseMapping
public void reinitReverseMapping()- Specified by:
reinitReverseMapping
in interfaceITypeDictionary
-
toString
-