Package graphql.schema
Class PropertyFetchingImpl.CachedLambdaFunction
- java.lang.Object
-
- graphql.schema.PropertyFetchingImpl.CachedLambdaFunction
-
- Enclosing class:
- PropertyFetchingImpl
private static final class PropertyFetchingImpl.CachedLambdaFunction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Function<java.lang.Object,java.lang.Object>
getter
-
Constructor Summary
Constructors Constructor Description CachedLambdaFunction(java.util.function.Function<java.lang.Object,java.lang.Object> getter)
-