Package | Description |
---|---|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.ForNonImplementedMethod.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.getSort()
Returns the sort of this method instrumentation.
|
TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.AccessBridgeWrapper.getSort()
Returns the sort of this method instrumentation.
|
static TypeWriter.MethodPool.Record.Sort |
TypeWriter.MethodPool.Record.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeWriter.MethodPool.Record.Sort[] |
TypeWriter.MethodPool.Record.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.MethodPool.Record.Sort |
Implementation.Context.Default.DelegationRecord.getSort()
Returns the sort of this method instrumentation.
|
Copyright © 2014–2020. All rights reserved.