@HashCodeAndEqualsPlugin.Enhance public static class EntryPoint.Unvalidated extends Object implements EntryPoint
EntryPoint.Default, EntryPoint.Unvalidated
Constructor and Description |
---|
Unvalidated(EntryPoint delegate)
Creates a new entry point with disabled validation.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddy |
byteBuddy(ClassFileVersion classFileVersion)
Returns the Byte Buddy instance to use.
|
DynamicType.Builder<?> |
transform(TypeDescription typeDescription,
ByteBuddy byteBuddy,
ClassFileLocator classFileLocator,
MethodNameTransformer methodNameTransformer)
Applies a transformation.
|
public Unvalidated(EntryPoint delegate)
delegate
- The entry point to use.public ByteBuddy byteBuddy(ClassFileVersion classFileVersion)
byteBuddy
in interface EntryPoint
classFileVersion
- The class file version in which to represent class files.public DynamicType.Builder<?> transform(TypeDescription typeDescription, ByteBuddy byteBuddy, ClassFileLocator classFileLocator, MethodNameTransformer methodNameTransformer)
transform
in interface EntryPoint
typeDescription
- The type to transform.byteBuddy
- The Byte Buddy instance to use.classFileLocator
- The class file locator to use.methodNameTransformer
- The Method name transformer to use.Copyright © 2014–2024. All rights reserved.