()
| 809 | } |
| 810 | |
| 811 | public void compile() { |
| 812 | for (var table : tables.values()) |
| 813 | table.compile(this); |
| 814 | for (var bean : beans.values()) |
| 815 | bean.compile(this); |
| 816 | } |
| 817 | |
| 818 | public @Nullable Type compile(@Nullable String type, @NotNull String key, @NotNull String value) { |
| 819 | if (type == null || type.isEmpty()) |