Package de.quantummaid.eventmaid.mapping
Class ExceptionMapifier
- java.lang.Object
-
- de.quantummaid.eventmaid.mapping.ExceptionMapifier
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EXCEPTION_MAPIFIER_KEYAllExceptionobjects are stored under this key in theMap
-
Constructor Summary
Constructors Constructor Description ExceptionMapifier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExceptionMapifierdefaultExceptionMapifier()Factory method to create a newExceptionMapifierMap<String,Object>map(Exception exception)Takes an object and returns aMapcontaining the object's data
-
-
-
Field Detail
-
DEFAULT_EXCEPTION_MAPIFIER_KEY
public static final String DEFAULT_EXCEPTION_MAPIFIER_KEY
AllExceptionobjects are stored under this key in theMap- See Also:
- Constant Field Values
-
-
Method Detail
-
defaultExceptionMapifier
public static ExceptionMapifier defaultExceptionMapifier()
Factory method to create a newExceptionMapifier- Returns:
- the newly created
ExceptionMapifier
-
-