Class TypeHandlerFactory
java.lang.Object
pro.cyberyon.mojet.types.TypeHandlerFactory
Default data type manager factory
- Author:
- Guillaume CHAUVET
-
Method Summary
Modifier and TypeMethodDescription<T> TypeHandler<T> Retrive the first type handler for a give type.static TypeHandlerFactoryGet the singleton instance
-
Method Details
-
get
Retrive the first type handler for a give type.- Type Parameters:
T- type to handle- Parameters:
type- the class type to handle- Returns:
- the type handler for the type
- Throws:
MojetRuntimeException- a mojet runtime exception if an error occurs
-
getInstance
Get the singleton instance- Returns:
- the singleton instance of this factory
-