Class EntityInjectionResult<T>
java.lang.Object
com.github.cla9.excel.reader.worker.EntityInjectionResult<T>
- Type Parameters:
T- the type parameter
public class EntityInjectionResult<T>
extends java.lang.Object
The type Entity injection result.
-
Constructor Summary
Constructors Constructor Description EntityInjectionResult(T object, java.util.List<ErrorInfo> exceptions)Instantiates a new Entity injection result. -
Method Summary
Modifier and Type Method Description java.util.List<ErrorInfo>getExceptions()Gets exceptions.TgetObject()Gets object.
-
Constructor Details
-
EntityInjectionResult
Instantiates a new Entity injection result.- Parameters:
object- the objectexceptions- the exceptions
-
-
Method Details
-
getObject
Gets object.- Returns:
- the object
-
getExceptions
Gets exceptions.- Returns:
- the exceptions
-