MCPcopy Create free account
hub / github.com/e2wugui/zeze / isAbstract

Method isAbstract

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Json.java:168–170  ·  view source on GitHub ↗
(@NotNull Class<?> klass)

Source from the content-addressed store, hash-verified

166 }
167
168 static boolean isAbstract(@NotNull Class<?> klass) {
169 return (klass.getModifiers() & (Modifier.INTERFACE | Modifier.ABSTRACT)) != 0;
170 }
171
172 @SuppressWarnings("unchecked")
173 public static <T> @NotNull Creator<T> getDefCtor(@NotNull Class<T> klass) {

Callers 6

parseArrayMethod · 0.95
parseMethod · 0.95
parse0Method · 0.95
parseList0Method · 0.95
parseMap0Method · 0.95
ClassMetaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected