com.kobylynskyi.graphql.codegen.supplier.MappingConfigSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-java-codegen Show documentation
Show all versions of graphql-java-codegen Show documentation
Java Code Generator based on GraphQL schema
The newest version!
package com.kobylynskyi.graphql.codegen.supplier;
import com.kobylynskyi.graphql.codegen.model.MappingConfig;
import java.util.function.Supplier;
/**
* The interface Mapping config supplier.
*
* @author valinha
*/
public interface MappingConfigSupplier extends Supplier {
//mark interface
}