Class MyContextBuilder
java.lang.Object
com.netflix.graphql.dgs.example.context.MyContextBuilder
- All Implemented Interfaces:
com.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>
@Component
public class MyContextBuilder
extends Object
implements com.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.netflix.graphql.dgs.example.shared.context.MyContextbuild()
-
Constructor Details
-
MyContextBuilder
public MyContextBuilder()
-
-
Method Details
-
build
public com.netflix.graphql.dgs.example.shared.context.MyContext build()- Specified by:
buildin interfacecom.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>
-