Uses of Interface
graphql.schema.PropertyFetchingImpl.MethodFinder
-
Packages that use PropertyFetchingImpl.MethodFinder Package Description graphql.schema -
-
Uses of PropertyFetchingImpl.MethodFinder in graphql.schema
Methods in graphql.schema with parameters of type PropertyFetchingImpl.MethodFinder Modifier and Type Method Description private java.lang.Object
PropertyFetchingImpl. getPropertyViaGetterMethod(java.lang.Object object, java.lang.String propertyName, GraphQLType graphQLType, PropertyFetchingImpl.MethodFinder methodFinder, java.util.function.Supplier<java.lang.Object> singleArgumentValue)
private java.lang.Object
PropertyFetchingImpl. getPropertyViaGetterUsingPrefix(java.lang.Object object, java.lang.String propertyName, java.lang.String prefix, PropertyFetchingImpl.MethodFinder methodFinder, java.util.function.Supplier<java.lang.Object> singleArgumentValue)
private java.lang.Object
PropertyFetchingImpl. getPropertyViaRecordMethod(java.lang.Object object, java.lang.String propertyName, PropertyFetchingImpl.MethodFinder methodFinder, java.util.function.Supplier<java.lang.Object> singleArgumentValue)
-