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.
    T getObject()
    Gets object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntityInjectionResult

      public EntityInjectionResult​(T object, java.util.List<ErrorInfo> exceptions)
      Instantiates a new Entity injection result.
      Parameters:
      object - the object
      exceptions - the exceptions
  • Method Details

    • getObject

      public T getObject()
      Gets object.
      Returns:
      the object
    • getExceptions

      public java.util.List<ErrorInfo> getExceptions()
      Gets exceptions.
      Returns:
      the exceptions