- generateAnnotationSource() - Method in class org.yarnandtail.andhow.compile.PropertyRegistrarClassGenerator
-
Generates the source for the 'Generated' annotation to place on the generated class.
- generateSource() - Method in class org.yarnandtail.andhow.compile.PropertyRegistrarClassGenerator
-
Generates the complete source for the AndHow proxy class as a String.
- getFullMessage() - Method in class org.yarnandtail.andhow.compile.CompileProblem
-
The complete message that will be logged during compilation.
- getGeneratedAnnotationClassName(int) - Static method in class org.yarnandtail.andhow.compile.CompileUtil
-
Determine the correct 'Generated' annotation class name based on the Java major version.
- getGroupName() - Method in class org.yarnandtail.andhow.compile.CompileProblem
-
Full name of the class containing the Property.
- getInnerPath() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
Return the state of inner class nesting from the outermost to the
innermost.
- getInnerPathNames() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
Return the inner class names, in order from the outermost to the
innermost.
- getJdkVersion() - Method in class org.yarnandtail.andhow.compile.AndHowCompileProcessor
-
The major version number of the JDK used to compile.
- getMajorJavaVersion(SourceVersion) - Static method in class org.yarnandtail.andhow.compile.CompileUtil
-
Determine the major version from the SourceVersion.
- getMajorJavaVersion() - Static method in class org.yarnandtail.andhow.compile.CompileUtil
-
The major version number of the current runtime.
- getMajorJavaVersion(String) - Static method in class org.yarnandtail.andhow.compile.CompileUtil
-
Determine the major version from the java.version System property String.
- getName() - Method in class org.yarnandtail.andhow.compile.SimpleType
-
- getProblems() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
The list of Property errors, either directly added or created indirectly
by adding properties that had invalid modifiers.
- getPropertyName() - Method in class org.yarnandtail.andhow.compile.CompileProblem
-
The declared name of the Property that has the problem.
- getRegistrations() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
The list of Properties in the CompileUnit, along with all the needed
metadata to register them.
- getRootCanonicalName() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
The fully qualified name of the top level class this CompileUnit is for.
- getRootPackageName() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
Get just the package of the root class.
- getRootSimpleName() - Method in class org.yarnandtail.andhow.compile.CompileUnit
-
Get just the simple name of the root class.
- getSrcVersion() - Method in class org.yarnandtail.andhow.compile.AndHowCompileProcessor
-
The java language level the output file needs to be compatible with.
- getSupportedSourceVersion() - Method in class org.yarnandtail.andhow.compile.AndHowCompileProcessor
-
- getTemplate(String) - Method in class org.yarnandtail.andhow.compile.PropertyRegistrarClassGenerator
-
Loads a text file as a String from a classpath path.