| | |
| | | import java.util.function.Consumer; |
| | | import com.qianwen.core.tool.utils.StringPool; |
| | | |
| | | /* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/metadata/ValidateResult.class */ |
| | | public class ValidateResult { |
| | | private boolean success; |
| | | private Object value; |
| | |
| | | this.errorMsg = errorMsg; |
| | | } |
| | | |
| | | /* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/metadata/ValidateResult$ValidateResultBuilder.class */ |
| | | |
| | | public static class ValidateResultBuilder { |
| | | private boolean success; |
| | | private Object value; |