
net.cassite.daf4j.ds.AdvancedParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daf4j-api Show documentation
Show all versions of daf4j-api Show documentation
A library provides facade api for data accessing.
The newest version!
package net.cassite.daf4j.ds;
/**
* 高级Parser,需要引用其他Parser来完成其功能
*/
public interface AdvancedParser {
void setObjectResolver(ObjectResolver objectResolver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy