AC
Size: a a a
AC
KD
SP
private final Importer<EntityA> importer;
public String getTableName() {
return importer.getClass()
. ???
как правильно через рефлексию получить тип дженерика(EntityA) у Importer? Потому что дальше всё понятно - getAnnotation(Table.class).name()
ch
BA
М
KD
KD
A
ch.qos.logback.classic.joran.JoranConfigurator@1a18644 - Registering current configuration as safe fallback point
15:02:23,977 |-WARN in Logger[org.springframework.test.context.BootstrapUtils] - No appenders present in context [default] for logger [org.springframework.test.context.BootstrapUtils].
15:02:29,398 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Will scan for changes in [file:/Users/aleksandr/project/some-project/some-service/service/target/test-classes/logback-test.xml]
15:02:29,398 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Setting ReconfigureOnChangeTask scanning period to 10 seconds
...
15:02:29,426 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@fb49fdf - Registering current configuration as safe fallback point
15:02:29,434 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@57ad1178 - Propagating ERROR level on Logger[ROOT] onto the JUL framework
15:02:29,434 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@57ad1178 - Propagating ERROR level on Logger[org.springframework.web] onto the JUL framework
15:02:29,434 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@57ad1178 - Propagating INFO level on Logger[feign] onto the JUL framework
BA
RM
Т
AG
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
AG