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.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.Default.Redefining.WithResubmission.resubmitImmediate(ElementMatcher<java.lang.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<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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.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.RedefinitionListenable.WithoutResubmissionSpecification.resubmitImmediate(ElementMatcher<java.lang.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<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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.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(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(ElementMatcher<? super java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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.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.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.RedefinitionListenable.WithoutResubmissionSpecification.resubmitOnError(ElementMatcher<? super java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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 java.lang.Throwable> exceptionMatcher,
ElementMatcher<java.lang.String> typeNameMatcher,
ElementMatcher<? super java.lang.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.
|