Class DescriptorReconstruction
java.lang.Object
org.jboss.jandex.DescriptorReconstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringfieldDescriptor(FieldInfo field, Function<String, Type> typeVariableSubstitution) (package private) static StringmethodDescriptor(MethodInfo method, Function<String, Type> typeVariableSubstitution) (package private) static voidobjectTypeDescriptor(DotName name, StringBuilder result) (package private) static StringrecordComponentDescriptor(RecordComponentInfo recordComponent, Function<String, Type> typeVariableSubstitution) (package private) static voidtypeDescriptor(Type type, Function<String, Type> substitution, StringBuilder result) private static voidtypeVariableDescriptor(Type typeVariable, String typeVariableIdentifier, Function<String, Type> substitution, StringBuilder result)
-
Constructor Details
-
DescriptorReconstruction
DescriptorReconstruction()
-
-
Method Details
-
fieldDescriptor
-
methodDescriptor
-
recordComponentDescriptor
static String recordComponentDescriptor(RecordComponentInfo recordComponent, Function<String, Type> typeVariableSubstitution) -
typeDescriptor
-
objectTypeDescriptor
-
typeVariableDescriptor
-