Uses of Interface
graphql.schema.PropertyFetchingImpl.MethodFinder
Packages that use PropertyFetchingImpl.MethodFinder
-
Uses of PropertyFetchingImpl.MethodFinder in graphql.schema
Methods in graphql.schema with parameters of type PropertyFetchingImpl.MethodFinderModifier and TypeMethodDescriptionprivate ObjectPropertyFetchingImpl.getPropertyViaGetterMethod(Object object, String propertyName, GraphQLType graphQLType, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue) private ObjectPropertyFetchingImpl.getPropertyViaGetterUsingPrefix(Object object, String propertyName, String prefix, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue) private ObjectPropertyFetchingImpl.getPropertyViaRecordMethod(Object object, String propertyName, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue)