Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Constructor and Description |
---|
Loaded(V value,
PropertyDispatcher propertyDispatcher)
Creates a new trivial loaded annotation value representation.
|
Modifier and Type | Method and Description |
---|---|
static PropertyDispatcher |
PropertyDispatcher.of(Class<?> type)
Finds a property dispatcher for a given type.
|
static PropertyDispatcher |
PropertyDispatcher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDispatcher[] |
PropertyDispatcher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2015. All rights reserved.