Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.assign |
An
Assigner is responsible for transforming
a given TypeDescription into another one. |
Modifier and Type | Method and Description |
---|---|
static Assigner.Refusing |
Assigner.Refusing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assigner.Refusing[] |
Assigner.Refusing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.