Uses of Record Class
dev.archunitjava.model.JavaBootstrapArgument
Packages that use JavaBootstrapArgument
-
Uses of JavaBootstrapArgument in dev.archunitjava.model
Methods in dev.archunitjava.model that return types with arguments of type JavaBootstrapArgumentModifier and TypeMethodDescriptionJavaDynamicCallSite.bootstrapArguments()Returns the value of thebootstrapArgumentsrecord component.JavaDynamicConstant.bootstrapArguments()Returns the value of thebootstrapArgumentsrecord component.Constructor parameters in dev.archunitjava.model with type arguments of type JavaBootstrapArgumentModifierConstructorDescriptionJavaDynamicCallSite(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.JavaDynamicConstant(String name, JvmType constantType, JavaMethodHandle bootstrapMethod, List<JavaBootstrapArgument> bootstrapArguments, int originalBootstrapArgumentCount, boolean bootstrapArgumentsTruncated) Creates an instance of aJavaDynamicConstantrecord class.