as.leap.code.Request Maven / Gradle / Ivy
The newest version!
package as.leap.code;
/**
* Created by stream.
*/
public interface Request {
/**
*
* @param clazz the class of want to convert
* @param th class type of want to convert
* @return object of want to convert
*/
T parameter(Class clazz);
boolean isUseMasterKey();
void useMasterKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy