Index

A C F G J M O S T 
All Classes and Interfaces|All Packages

A

addAnnotation(AnnotatableCreator, AnnotationInstance, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Adds the given annotation to the given annotatableCreator.
addTypeParameter(TypeVariable, TypeParameterizedCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Adds the given typeParameter to the given creator.
append(char) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Appends the given char constant to this StringBuilder.
append(Expr) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Appends the string value of given expr to this StringBuilder.
append(String) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Appends the given String constant to this StringBuilder.
appendCodePoint(int) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Appends the given code point to this StringBuilder.
appendCodePoint(Expr) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Appends the given code point to this StringBuilder.

C

classDescOf(ClassInfo) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the ClassDesc corresponding to the given Jandex ClassInfo.
classDescOf(DotName) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the ClassDesc corresponding to the given Jandex DotName.
classDescOf(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the ClassDesc corresponding to the erasure of given Jandex Type.
compareTo(Expr) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
 
constOfEnum(FieldInfo) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns an enum constant corresponding to the given Jandex FieldInfo.
constructorDescOf(MethodInfo) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the ConstructorDesc corresponding to the given Jandex MethodInfo.
copyAnnotations(AnnotationTarget, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns an AnnotatableCreator consumer that copies all annotations from given AnnotationTarget.
copyAnnotations(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns an AnnotatableCreator consumer that copies all annotations from given Type.
copyModifiers(ClassInfo, ClassCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Copies all modifiers (including the access level) from the given Jandex clazz to the given creator.
copyModifiers(FieldInfo, FieldCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Copies all modifiers (including the access level) from the given Jandex field to the given creator.
copyModifiers(MethodInfo, MethodCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Copies all modifiers (including the access level) from the given Jandex method to the given creator.
copyTypeParameters(ClassInfo, TypeParameterizedCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Copies type parameters from given clazz to the given creator, preserving order.
copyTypeParameters(MethodInfo, TypeParameterizedCreator) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Copies type parameters from given method to the given creator, preserving order.

F

fieldDescOf(FieldInfo) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the FieldDesc corresponding to the given Jandex FieldInfo.

G

genericTypeOf(DotName) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType corresponding to the given Jandex DotName.
genericTypeOf(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType corresponding to the given Jandex Type.
genericTypeOf(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType corresponding to the given Jandex Type.
genericTypeOfArray(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfArray corresponding to the given Jandex array Type.
genericTypeOfArray(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfArray corresponding to the given Jandex array Type.
genericTypeOfClass(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfClass corresponding to the given Jandex class or parameterized Type.
genericTypeOfClass(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfClass corresponding to the given Jandex class or parameterized Type.
genericTypeOfPrimitive(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfPrimitive corresponding to the given Jandex primitive Type.
genericTypeOfPrimitive(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfPrimitive corresponding to the given Jandex primitive Type.
genericTypeOfReference(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfReference corresponding to the given Jandex reference Type.
genericTypeOfReference(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfReference corresponding to the given Jandex reference Type.
genericTypeOfThrows(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfThrows corresponding to the given Jandex throwable Type.
genericTypeOfThrows(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfThrows corresponding to the given Jandex throwable Type.
genericTypeOfTypeVariable(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfTypeVariable corresponding to the given Jandex Type variable.
genericTypeOfTypeVariable(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a GenericType.OfTypeVariable corresponding to the given Jandex Type variable.

J

Jandex2Gizmo - Class in org.jboss.jandex.gizmo2
Bridge methods from org.jboss.jandex types to the Gizmo 2 API.
Jandex2Gizmo() - Constructor for class org.jboss.jandex.gizmo2.Jandex2Gizmo
 

M

methodDescOf(MethodInfo) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns the MethodDesc corresponding to the given Jandex MethodInfo.

O

of(Var, BlockCreator) - Static method in class org.jboss.jandex.gizmo2.StringBuilderGen
Creates a StringBuilder generator that helps to generate a chain of append calls and a final toString call.
ofNew(int, BlockCreator) - Static method in class org.jboss.jandex.gizmo2.StringBuilderGen
Allocates a local variable in the given block as if by new StringBuilder(capacity) and passes it to StringBuilderGen.of(Var, BlockCreator).
ofNew(BlockCreator) - Static method in class org.jboss.jandex.gizmo2.StringBuilderGen
Allocates a local variable in the given block as if by new StringBuilder() and passes it to StringBuilderGen.of(Var, BlockCreator).
org.jboss.jandex.gizmo2 - package org.jboss.jandex.gizmo2
 

S

setLength(int) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Set the length of this StringBuilder.
setLength(Expr) - Method in class org.jboss.jandex.gizmo2.StringBuilderGen
Set the length of this StringBuilder.
StringBuilderGen - Class in org.jboss.jandex.gizmo2
Generator of StringBuilder call chains.

T

typeArgumentOf(Type) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a TypeArgument corresponding to the given Jandex Type.
typeArgumentOf(Type, IndexView) - Static method in class org.jboss.jandex.gizmo2.Jandex2Gizmo
Returns a TypeArgument corresponding to the given Jandex Type.
A C F G J M O S T 
All Classes and Interfaces|All Packages