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

Method parse

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Json.java:84–84  ·  view source on GitHub ↗
(@NotNull JsonReader reader, @NotNull ClassMeta<T> classMeta, @Nullable FieldMeta fieldMeta,
						  @Nullable T obj, @Nullable Object parent)

Source from the content-addressed store, hash-verified

82
83 public interface Parser<T> {
84 @Nullable T parse(@NotNull JsonReader reader, @NotNull ClassMeta<T> classMeta, @Nullable FieldMeta fieldMeta,
85 @Nullable T obj, @Nullable Object parent) throws ReflectiveOperationException;
86
87 @SuppressWarnings("unchecked")

Callers 15

LoadMethod · 0.65
test1Method · 0.65
test2Method · 0.65
test8Method · 0.65
testAMethod · 0.65
testEMethod · 0.65
testFMethod · 0.65
testGMethod · 0.65
testHMethod · 0.65
testDynamicBeanMethod · 0.65
testBytesMethod · 0.65
testListMethod · 0.65

Implementers 1

JsonReaderZezeJava/ZezeJava/src/main/java/Zeze/U

Calls

no outgoing calls

Tested by 14

LoadMethod · 0.52
test1Method · 0.52
test2Method · 0.52
test8Method · 0.52
testAMethod · 0.52
testEMethod · 0.52
testFMethod · 0.52
testGMethod · 0.52
testHMethod · 0.52
testDynamicBeanMethod · 0.52
testBytesMethod · 0.52
testListMethod · 0.52