Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- OBJECT - Static variable in class org.tquadrat.foundation.javacomposer.internal.ClassNameImpl
-
The class name for
Object
. - of(Type) - Static method in interface org.tquadrat.foundation.javacomposer.ArrayTypeName
-
Returns an array type whose elements are all instances of the given component type.
- of(Type) - Static method in class org.tquadrat.foundation.javacomposer.internal.ArrayTypeNameImpl
-
Returns an array type whose elements are all instances of the given component type.
- of(String, Collection<TypeNameImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Creates a new instance of
TypeVariableName
from the given name and the given bounds. - of(TypeName) - Static method in interface org.tquadrat.foundation.javacomposer.ArrayTypeName
-
Returns an array type whose elements are all instances of the given component type.
- of(TypeName) - Static method in class org.tquadrat.foundation.javacomposer.internal.ArrayTypeNameImpl
-
Returns an array type whose elements are all instances of the given component type.
- OPTIONAL_GET_WITHOUT_IS_PRESENT - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
There is a call to
Optional.get()
without a previous check whether theOptional
is not empty by callingOptional.isPresent()
orOptional.isEmpty()
. - org.tquadrat.foundation.javacomposer - module org.tquadrat.foundation.javacomposer
-
Foundation JavaComposer is a fork of the JavaPoet library for the Foundation library set.
- org.tquadrat.foundation.javacomposer - package org.tquadrat.foundation.javacomposer
-
JavaComposer is a Java toolkit for the generation of Java source code.
- org.tquadrat.foundation.javacomposer.internal - package org.tquadrat.foundation.javacomposer.internal
-
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
. - originatingElements() - Method in class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
-
Returns the originating elements for this type.
- originatingElements() - Method in interface org.tquadrat.foundation.javacomposer.TypeSpec
-
Returns the originating elements for this type.
- OVERLY_COMPLEX_CLASS - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
The current class is too complex (cyclomatic complexity), according to the configured metric.
- OVERLY_COUPLED_CLASS - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
The current class is too closely coupled to other classes, according to the configured metric.
- overriding(Method) - Static method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- overriding(ExecutableElement) - Static method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.Got obsolete with the introduction of
JavaComposer
. - overriding(ExecutableElement, DeclaredType, Types) - Static method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.Got obsolete with the introduction of
JavaComposer
. - overridingMethodBuilder(Method) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Returns a new method builder for a method that overrides the given method.
- overridingMethodBuilder(ExecutableElement) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Returns a new method builder for a method that overrides the given method.
- overridingMethodBuilder(ExecutableElement, DeclaredType, Types) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Returns a new method builder that overrides the given method as a member of of the given enclosing class.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JavaComposer
.