mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: serialize failed
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.reajason.javaweb.memshell.config;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@@ -19,7 +20,9 @@ public class ShellToolConfig {
|
||||
* 模板类 shellClass
|
||||
*/
|
||||
private Class<?> shellClass;
|
||||
private TypeDescription shellTypeDescription;
|
||||
|
||||
@JsonIgnore
|
||||
private transient TypeDescription shellTypeDescription;
|
||||
|
||||
/**
|
||||
* shellClass 的类名
|
||||
|
||||
Reference in New Issue
Block a user