All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dragons96.log.LogBeanEnhancement Maven / Gradle / Ivy

The newest version!
package io.github.dragons96.log;


/**
 * LogBean enhanced interface
 * 
* Extend the LogBean by customizing the LogBean and implementing the interface * * @see LogBean * @see DefaultLogBeanEnhancement * @author dragons * @date 2022/3/16 19:06 */ public interface LogBeanEnhancement { /** * Enhance LogBean *
* Implement this method to convert LogBean to custom LogBean * * @param logBean logBean * @return Custom LogBean */ R enhance(LogBean logBean); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy