Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AgentBuilder.Default.Redefining.WithResubmission
A delegator that applies a resubmission.
|
Modifier and Type | Method and Description |
---|---|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate()
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate()
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher matcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate(AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher matcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(ElementMatcher<String> typeNameMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate(ElementMatcher<String> typeNameMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate(ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitImmediate(ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher)
Specifies that transformations of unloaded types should not be transformed when they are loaded for the first
time but should rather be resubmitted after they are loaded.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError()
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError()
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher matcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matcher matches the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError(AgentBuilder.RedefinitionListenable.ResubmissionOnErrorMatcher matcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matcher matches the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matcher matches the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matcher matches the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
AgentBuilder.RedefinitionListenable.WithResubmissionSpecification |
AgentBuilder.Default.Redefining.WithResubmission.resubmitOnError(ElementMatcher<? super Throwable> exceptionMatcher,
ElementMatcher<String> typeNameMatcher,
ElementMatcher<? super ClassLoader> classLoaderMatcher,
ElementMatcher<? super JavaModule> moduleMatcher)
Specifies that transformations of unloaded types that yield an error are resubmitted as transformation of the
loaded type, given that the specified matchers match the type in question.
|
Copyright © 2014–2023. All rights reserved.