public interface DataHandler<E> extends DataHandlerInterface<E>
| 限定符和类型 | 方法和说明 |
|---|---|
default Class<? extends Annotation> |
annotationType() |
E |
handle(E line) |
equals, hashCode, toStringE handle(E line)
handle 在接口中 DataHandlerInterface<E>default Class<? extends Annotation> annotationType()
annotationType 在接口中 AnnotationCopyright © 2022. All rights reserved.