update DictDataMapper 注解标注过期 推荐使用 Translation 注解
This commit is contained in:
parent
6c6d92a776
commit
61db843576
@ -13,7 +13,9 @@ import java.lang.annotation.Target;
|
|||||||
* 字典数据映射注解
|
* 字典数据映射注解
|
||||||
*
|
*
|
||||||
* @author itino
|
* @author itino
|
||||||
|
* @deprecated 建议使用通用翻译注解
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Target({ElementType.FIELD, ElementType.METHOD})
|
@Target({ElementType.FIELD, ElementType.METHOD})
|
||||||
@JacksonAnnotationsInside
|
@JacksonAnnotationsInside
|
||||||
|
@ -22,7 +22,9 @@ import java.util.Objects;
|
|||||||
* 字典数据json序列化工具
|
* 字典数据json序列化工具
|
||||||
*
|
*
|
||||||
* @author itino
|
* @author itino
|
||||||
|
* @deprecated 建议使用通用翻译注解
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DictDataJsonSerializer extends JsonSerializer<String> implements ContextualSerializer {
|
public class DictDataJsonSerializer extends JsonSerializer<String> implements ContextualSerializer {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user