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
Subclasses with type arguments of type CodeBuilder.StandardMethod in org.tquadrat.foundation.config.ap.implMethods in org.tquadrat.foundation.config.ap.impl that return CodeBuilder.StandardMethodModifier and TypeMethodDescriptionstatic CodeBuilder.StandardMethodReturns 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_StandardMethodsThe standard methods.Methods in org.tquadrat.foundation.config.ap.impl.codebuilders with parameters of type CodeBuilder.StandardMethodModifier and TypeMethodDescriptionprotected final voidCodeBuilderBase.addMethod(CodeBuilder.StandardMethod reference, MethodSpec method) Adds the given method to the new class.final MethodSpecCodeBuilderBase.getMethod(CodeBuilder.StandardMethod reference) Returns the specification for a standard method.
