Class EntityInstantiatorSource

java.lang.Object
com.github.cla9.excel.reader.worker.EntityInstantiatorSource
All Implemented Interfaces:
EntitySource

public class EntityInstantiatorSource
extends java.lang.Object
implements EntitySource
The type Entity instantiator source.
  • Constructor Summary

    Constructors 
    Constructor Description
    EntityInstantiatorSource()  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory getTimeFactory()
    Gets time factory.
    boolean isCandidate​(java.lang.reflect.Field field)
    Is candidate boolean.
    boolean isCreationTargetField​(java.lang.reflect.Field field)
    Is creation target field boolean.
    boolean isInjectionFields​(java.lang.reflect.Field field)
    Is injection fields boolean.
    boolean isSupportedDateType​(java.lang.Class<?> clazz)
    Is supported date type boolean.
    boolean isSupportedInjectionClass​(java.lang.Class<?> clazz)
    Is supported injection class boolean.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait