T
- The type of the definable object.public static class ByteBuddy.Definable.Undefined<T> extends Object implements ByteBuddy.Definable<T>
ByteBuddy.Definable
.ByteBuddy.Definable.Defined<T>, ByteBuddy.Definable.Undefined<T>
Constructor and Description |
---|
Undefined() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
T |
resolve(T defaultValue)
Returns the value of this instance or the provided default value for an undefined definable.
|
public T resolve(T defaultValue)
ByteBuddy.Definable
resolve
in interface ByteBuddy.Definable<T>
defaultValue
- The default value that is returned for an ByteBuddy.Definable.Undefined
definable.Copyright © 2014. All rights reserved.