Package tech.harmonysoft.oss.common.type
Class TypeManagersHelper
-
- All Implemented Interfaces:
@Named() public final class TypeManagersHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTypeManagersHelper.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static TypeManagersHelper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description TypeManagersHelper(Collection<TypeManager<?>> _managers)
-
Method Summary
Modifier and Type Method Description final <T extends Any> TypeManager<T>getTypeManager(KClass<T> type)final <T extends Any> TypeManager<T>getTypeManager(KClass<T> type, Set<TypeManagerContext> contexts)-
-
Constructor Detail
-
TypeManagersHelper
TypeManagersHelper(Collection<TypeManager<?>> _managers)
-
-
Method Detail
-
getTypeManager
final <T extends Any> TypeManager<T> getTypeManager(KClass<T> type)
-
getTypeManager
final <T extends Any> TypeManager<T> getTypeManager(KClass<T> type, Set<TypeManagerContext> contexts)
-
-
-
-