Class ExceptionFactory
- java.lang.Object
-
- com.microsoft.appcenter.crashes.ingestion.models.json.ExceptionFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Exceptioncreate()java.util.List<Exception>createList(int capacity)static ExceptionFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static ExceptionFactory getInstance()
-
create
public Exception create()
- Specified by:
createin interfacecom.microsoft.appcenter.ingestion.models.json.ModelFactory<Exception>
-
-