Package org.jboss.jandex
Class DescriptorReconstruction
java.lang.Object
org.jboss.jandex.DescriptorReconstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
fieldDescriptor
(FieldInfo field, Function<String, Type> typeVariableSubstitution) (package private) static String
methodDescriptor
(MethodInfo method, Function<String, Type> typeVariableSubstitution) (package private) static void
objectTypeDescriptor
(DotName name, StringBuilder result) (package private) static String
recordComponentDescriptor
(RecordComponentInfo recordComponent, Function<String, Type> typeVariableSubstitution) (package private) static void
typeDescriptor
(Type type, Function<String, Type> substitution, StringBuilder result) private static void
typeVariableDescriptor
(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
-