@Component public class GQLInputBuildSearchForm extends java.lang.Object implements GQLInputType<net.nemerosa.ontrack.model.structure.BuildSearchForm>
| Constructor and Description |
|---|
GQLInputBuildSearchForm() |
| Modifier and Type | Method and Description |
|---|---|
net.nemerosa.ontrack.model.structure.BuildSearchForm |
convert(java.lang.Object argument) |
graphql.schema.GraphQLInputType |
createInputType() |
graphql.schema.GraphQLTypeReference |
getTypeRef() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformField, formFieldpublic graphql.schema.GraphQLTypeReference getTypeRef()
getTypeRef in interface GQLInputType<net.nemerosa.ontrack.model.structure.BuildSearchForm>public graphql.schema.GraphQLInputType createInputType()
createInputType in interface GQLInputType<net.nemerosa.ontrack.model.structure.BuildSearchForm>public net.nemerosa.ontrack.model.structure.BuildSearchForm convert(java.lang.Object argument)
convert in interface GQLInputType<net.nemerosa.ontrack.model.structure.BuildSearchForm>