|
|
@ -7,12 +7,12 @@ import java.lang.annotation.RetentionPolicy; |
|
|
|
import java.lang.annotation.Target; |
|
|
|
import java.lang.annotation.Target; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Convert key value format. |
|
|
|
* Convert key&value format. |
|
|
|
* |
|
|
|
* |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
* write: It can be used on classes {@link String} or {@link Integer} |
|
|
|
* write: It can be used on classes {@link String} or {@link Integer} |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
* read: It can be used on classes {@link String} |
|
|
|
* read: It can be used on classes {@link String} or {@link Integer} |
|
|
|
* |
|
|
|
* |
|
|
|
* @author xiajiafu |
|
|
|
* @author xiajiafu |
|
|
|
* @since 2022/7/13 |
|
|
|
* @since 2022/7/13 |
|
|
@ -23,7 +23,7 @@ import java.lang.annotation.Target; |
|
|
|
public @interface KeyValueFormat { |
|
|
|
public @interface KeyValueFormat { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* the class which converts java data or excel data.It may be a enum class. |
|
|
|
* the class which converts java data or excel data. |
|
|
|
* |
|
|
|
* |
|
|
|
* @return class
|
|
|
|
* @return class
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|