Class OperationInfoGeneratorParams
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.query.OperationInfoGeneratorParams
-
public class OperationInfoGeneratorParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationInfoGeneratorParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationInfoGeneratorParams.Builderbuilder()AnnotatedTypegetDeclaringType()TypedElementgetElement()Supplier<Object>getInstanceSupplier()MessageBundlegetMessageBundle()graphql.language.OperationDefinition.OperationgetOperationType()
-
-
-
Method Detail
-
builder
public static OperationInfoGeneratorParams.Builder builder()
-
getElement
public TypedElement getElement()
-
getDeclaringType
public AnnotatedType getDeclaringType()
-
getMessageBundle
public MessageBundle getMessageBundle()
-
getOperationType
public graphql.language.OperationDefinition.Operation getOperationType()
-
-