Uses of Record Class
dev.archunitjava.model.JvmMethodType
Packages that use JvmMethodType
-
Uses of JvmMethodType in dev.archunitjava.model
Methods in dev.archunitjava.model that return JvmMethodTypeModifier and TypeMethodDescriptionGenericMethodView.erasedType()Returns the value of theerasedTyperecord component.JavaDynamicCallSite.invocationType()Returns the value of theinvocationTyperecord component.JavaMember.methodType()static JvmMethodTypeJvmDescriptors.parseMethod(String descriptor) Constructors in dev.archunitjava.model with parameters of type JvmMethodTypeModifierConstructorDescriptionGenericMethodView(JvmMethodType erasedType, Optional<String> declaredSignature, Optional<GenericMethodSignature> genericSignature, List<GenericSignatureDiagnostic> diagnostics) Creates an instance of aGenericMethodViewrecord class.JavaDynamicCallSite(JavaMemberSignature caller, String invocationName, JvmMethodType invocationType, JavaMethodHandle bootstrapMethod, List<JavaBootstrapArgument> bootstrapArguments, int originalBootstrapArgumentCount, boolean bootstrapArgumentsTruncated, JavaDynamicCallSiteKind kind, Optional<JavaMethodHandle> lambdaImplementation, List<JvmReferenceType> functionalInterfaces, BytecodeLocation location) Creates an instance of aJavaDynamicCallSiterecord class.