Class FileRefCoercing

java.lang.Object
io.jmix.graphql.schema.scalar.coercing.BaseScalarCoercing
io.jmix.graphql.schema.scalar.coercing.FileRefCoercing
All Implemented Interfaces:
graphql.schema.Coercing

public class FileRefCoercing extends BaseScalarCoercing
  • Constructor Details

    • FileRefCoercing

      public FileRefCoercing(FileService fileService)
  • Method Details

    • serialize

      public Object serialize(Object o) throws graphql.schema.CoercingSerializeException
      Throws:
      graphql.schema.CoercingSerializeException
    • parseValue

      public Object parseValue(Object o) throws graphql.schema.CoercingParseValueException
      Throws:
      graphql.schema.CoercingParseValueException