Uses of Enum Class
org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardMethod
Packages that use CodeBuilder.StandardMethod
Package
Description
The internal implementations.
The builders for the various code fragments that finally make up the
configuration bean.
-
Uses of CodeBuilder.StandardMethod in org.tquadrat.foundation.config.ap.impl
Methods in org.tquadrat.foundation.config.ap.impl that return CodeBuilder.StandardMethodModifier and TypeMethodDescriptionstatic CodeBuilder.StandardMethod
Returns the enum constant of this class with the specified name.static CodeBuilder.StandardMethod[]
CodeBuilder.StandardMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.config.ap.impl with parameters of type CodeBuilder.StandardMethodModifier and TypeMethodDescriptionCodeBuilder.getMethod
(CodeBuilder.StandardMethod reference) Returns the specification for a standard method. -
Uses of CodeBuilder.StandardMethod in org.tquadrat.foundation.config.ap.impl.codebuilders
Fields in org.tquadrat.foundation.config.ap.impl.codebuilders with type parameters of type CodeBuilder.StandardMethodModifier and TypeFieldDescriptionprivate static final Map
<CodeBuilder.StandardMethod, MethodSpec> CodeBuilderBase.m_StandardMethods
The standard methods.Methods in org.tquadrat.foundation.config.ap.impl.codebuilders with parameters of type CodeBuilder.StandardMethodModifier and TypeMethodDescriptionprotected final void
CodeBuilderBase.addMethod
(CodeBuilder.StandardMethod reference, MethodSpec method) Adds the given method to the new class.final MethodSpec
CodeBuilderBase.getMethod
(CodeBuilder.StandardMethod reference) Returns the specification for a standard method.