summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2026-06-12Add Int64Michael Williamson
2026-06-12Ignore single line commentsMichael Williamson
2026-06-12Generate "with" methods for matchersMichael Williamson
2026-06-12Add method references to JavaMichael Williamson
2026-06-12Move generateTypeRef() to JavaGeneratorMichael Williamson
2026-06-12Push handling of namespace configs for Java packages into JavaGeneratorMichael Williamson
2026-06-12Extract JavaGeneratorConfig.nativeTypeConfig()Michael Williamson
2026-06-12Extract JavaGeneratorConfigMichael Williamson
2026-06-12Tighten exception typeMichael Williamson
2026-06-12Extract methods variableMichael Williamson
2026-06-12Include submatchers in toMatcher()Michael Williamson
2026-06-12Store submatchers in struct matcherMichael Williamson
2026-06-12Add Java field declarationMichael Williamson
2026-06-12Add Java field accessMichael Williamson
2026-06-12Add Java assignmentMichael Williamson
2026-06-12Add Java expression statementMichael Williamson
2026-06-12Loosen type of submatchersMichael Williamson
2026-06-12Add super type argsMichael Williamson
2026-06-12Introduce JavaTypeArgMichael Williamson
2026-06-12Generate static constructor methodMichael Williamson
2026-06-12Add private constructor to struct matchersMichael Williamson
2026-06-12Add Java constructorMichael Williamson
2026-06-12Extract refsMichael Williamson
2026-06-12Extract lowerCamelCaseToUpperCamelCase to Casing classMichael Williamson
2026-06-12Implement toMatcher() with instanceOf()Michael Williamson
2026-06-12Add Java static field accessMichael Williamson
2026-06-12Make toMatcher() privateMichael Williamson
2026-06-12Add visibility to Java methodsMichael Williamson
2026-06-12Add toMatcher() methodMichael Williamson
2026-06-12Add stubbed implementation of MatcherMichael Williamson
2026-06-12Add Java null literalMichael Williamson
2026-06-12Add implementsTypes to JavaClassDeclarationMichael Williamson
2026-06-12Add header to generated filesMichael Williamson
2026-06-08Generate empty matcher classesMichael Williamson
2026-06-08Extract JavaGenerator.namespaceToJavaPackageParts()Michael Williamson
2026-06-08Extract JavaGenerator.write()Michael Williamson
2026-06-08Add skeleton for java-precisely-matchers generatorMichael Williamson
2026-06-08Improve selection of arbitrary variantMichael Williamson
2026-06-06Improve error reporting for java-types configMichael Williamson
2026-05-30Fix qualified type names in java-types configMichael Williamson
2026-05-30Add parsing for qualified type nameMichael Williamson
2026-05-30Tokenize dotsMichael Williamson
2026-05-30Use parseNamespaceName() in parseNamespaceConfigs()Michael Williamson
2026-05-30Support parsing namespace nameMichael Williamson
2026-05-30Tokenize forward slashMichael Williamson
2026-05-29Extract withMethodNameMichael Williamson
2026-05-29Extract generateBuilderTypeRef(Type)Michael Williamson
2026-05-29Allow builder to be passed into with methodsMichael Williamson
2026-05-29Have builders for structs implement builders for sumsMichael Williamson
2026-05-29Add Builder interface to generated Java interfacesMichael Williamson