Package io.github.wax911.library.annotation.processor.fragment

Types

FragmentAnalysis
Link copied to clipboard
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
A simple data class that defines a fragment reference (by name), and whether or not it was defined with some graphql content.
data class FragmentAnalysis(fragmentReference: String, isDefined: Boolean)
A simple data class that defines a fragment reference (by name), and whether or not it was defined with some graphql content.
FragmentAnalyzer
Link copied to clipboard
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
interface FragmentAnalyzer
A contract for something that can parse graphql content and provide a full analysis of what fragments are referenced, and whether the fragments are defined with the query.
interface FragmentAnalyzer
A contract for something that can parse graphql content and provide a full analysis of what fragments are referenced, and whether the fragments are defined with the query.
FragmentPatcher
Link copied to clipboard
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
This class will return a String containing fragment definitions.
class FragmentPatcher(defaultExtension: String, fragmentAnalyzer: FragmentAnalyzer, logger: AbstractLogger)
This class will return a String containing fragment definitions.
FragmentPatcherTest
Link copied to clipboard
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
class FragmentPatcherTest
GraphRegexUtil
Link copied to clipboard
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
object GraphRegexUtil
This util class provides helpful methods for finding fragment and query information in a GraphQL String.
object GraphRegexUtil
This util class provides helpful methods for finding fragment and query information in a GraphQL String.
GraphRegexUtilTest
Link copied to clipboard
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
class GraphRegexUtilTest(operation: Operation)
The test methods in this class will run three times using the JUnit parameterized test mechanism.
class GraphRegexUtilTest(operation: Operation)
The test methods in this class will run three times using the JUnit parameterized test mechanism.
Operation
Link copied to clipboard
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
data class Operation(typeStr: String, nameStr: String)
RegexFragmentAnalyzer
Link copied to clipboard
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
class RegexFragmentAnalyzer : FragmentAnalyzer
An implementation of FragmentAnalyzer that simply uses regular expressions to find fragment references, and whether they are defined with the query.
class RegexFragmentAnalyzer : FragmentAnalyzer
An implementation of FragmentAnalyzer that simply uses regular expressions to find fragment references, and whether they are defined with the query.
RegexFragmentAnalyzerTest
Link copied to clipboard
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
class RegexFragmentAnalyzerTest(operation: Operation)
The test methods in this class will run three times using the JUnit parameterized test mechanism.
class RegexFragmentAnalyzerTest(operation: Operation)
The test methods in this class will run three times using the JUnit parameterized test mechanism.