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 Object
PropertyFetchingImpl.getPropertyViaGetterMethod
(Object object, String propertyName, GraphQLType graphQLType, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue) private Object
PropertyFetchingImpl.getPropertyViaGetterUsingPrefix
(Object object, String propertyName, String prefix, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue) private Object
PropertyFetchingImpl.getPropertyViaRecordMethod
(Object object, String propertyName, PropertyFetchingImpl.MethodFinder methodFinder, Supplier<Object> singleArgumentValue)