DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.AnnotationAdapter.annotateMethod(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.AnnotationAdapter.annotateMethod(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateMethod(java.lang.annotation.Annotation... annotation) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateMethod(java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateMethod(AnnotationDescription... annotation) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateMethod(java.lang.annotation.Annotation... annotation) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateMethod(java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateMethod(java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateMethod(AnnotationDescription... annotation) |
Annotates the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.AnnotationAdapter.annotateParameter(int index,
java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.AnnotationAdapter.annotateParameter(int index,
java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateParameter(int index,
java.lang.annotation.Annotation... annotation) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateParameter(int index,
java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.AbstractBase.annotateParameter(int index,
AnnotationDescription... annotation) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateParameter(int index,
java.lang.annotation.Annotation... annotation) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateParameter(int index,
java.util.Collection<? extends AnnotationDescription> annotations) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateParameter(int index,
java.util.List<? extends java.lang.annotation.Annotation> annotations) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.annotateParameter(int index,
AnnotationDescription... annotation) |
Annotates the parameter of the given index of the previously defined or matched method with the supplied annotations.
|
DynamicType.Builder.MethodDefinition<V> |
DynamicType.Builder.MethodDefinition.AbstractBase.Adapter.attribute(MethodAttributeAppender.Factory methodAttributeAppenderFactory) |
Applies the supplied method attribute appender factory onto the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.attribute(MethodAttributeAppender.Factory methodAttributeAppenderFactory) |
Applies the supplied method attribute appender factory onto the previously defined or matched method.
|
protected DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.AnnotationAdapter.materialize(MethodRegistry.Handler handler,
MethodAttributeAppender.Factory methodAttributeAppenderFactory,
Transformer<MethodDescription> transformer) |
|
protected DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.AnnotationAdapter.materialize(MethodRegistry.Handler handler,
MethodAttributeAppender.Factory methodAttributeAppenderFactory,
Transformer<MethodDescription> transformer) |
|
protected abstract DynamicType.Builder.MethodDefinition<V> |
DynamicType.Builder.MethodDefinition.AbstractBase.Adapter.materialize(MethodRegistry.Handler handler,
MethodAttributeAppender.Factory methodAttributeAppenderFactory,
Transformer<MethodDescription> transformer) |
Materializes the current builder as a method definition.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.AnnotationAdapter.receiverType(TypeDescription.Generic receiverType) |
Defines the supplied (annotated) receiver type for the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.AnnotationAdapter.receiverType(TypeDescription.Generic receiverType) |
Defines the supplied (annotated) receiver type for the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<V> |
DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition.AbstractBase.receiverType(java.lang.reflect.AnnotatedElement receiverType) |
Defines the supplied (annotated) receiver type for the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition.receiverType(java.lang.reflect.AnnotatedElement receiverType) |
Defines the supplied (annotated) receiver type for the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<U> |
DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition.receiverType(TypeDescription.Generic receiverType) |
Defines the supplied (annotated) receiver type for the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<V> |
DynamicType.Builder.MethodDefinition.AbstractBase.Adapter.transform(Transformer<MethodDescription> transformer) |
Applies the supplied transformer onto the previously defined or matched method.
|
DynamicType.Builder.MethodDefinition<S> |
DynamicType.Builder.MethodDefinition.transform(Transformer<MethodDescription> transformer) |
Applies the supplied transformer onto the previously defined or matched method.
|