Package io.smallrye.graphql.schema.model
Class AdaptTo
java.lang.Object
io.smallrye.graphql.schema.model.AdaptTo
- All Implemented Interfaces:
Serializable
Indicate that a field should adapt to another type
At the moment this is used to adapt existing scalars to other scalars
or custom objects to existing scalars.
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDeserializeMethod(String deserializeMethod) voidsetReference(Reference reference) voidsetSerializeMethod(String serializeMethod) toString()
-
Constructor Details
-
AdaptTo
public AdaptTo() -
AdaptTo
-
-
Method Details