MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / Named

Interface Named

src/test/groovy/graphql/GarfieldSchema.java:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24public class GarfieldSchema {
25
26 public interface Named {
27 String getName();
28 }
29
30 public static class Dog implements Named {
31 private final String name;

Callers 8

mainMethod · 0.65
parseMethod · 0.65
measureDirectAccessMethod · 0.65
buildGraphQLMethod · 0.65
TypeReferenceSchemaClass · 0.65

Implementers 15

Dogsrc/test/groovy/graphql/GarfieldSchema
Catsrc/test/groovy/graphql/GarfieldSchema
Personsrc/test/groovy/graphql/GarfieldSchema
IdAndNamedThingsrc/jmh/java/benchmark/ComplexQueryBen
CharacterDTOsrc/jmh/java/benchmark/SimpleQueryBenc
Pojosrc/jmh/java/benchmark/GetterAccessBen
Barsrc/jmh/java/benchmark/PropertyFetcher
IdAndNamedThingsrc/jmh/java/performance/ComplexQueryP
ProductDTOsrc/test/groovy/readme/MappingExamples
Pojosrc/test/groovy/graphql/schema/fetchin
Companysrc/test/groovy/graphql/execution/inst
Projectsrc/test/groovy/graphql/execution/inst

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…