| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | 
 This package contains classes that are responsible for class loading of classes that are represented by
  
byte arrays. | 
| net.bytebuddy.utility | 
 This package contains utility classes for common use within any Byte Buddy logic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
URL | 
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher.make(String protocol,
    String host,
    int port,
    String file,
    URLStreamHandler handler)
Creates a  
URL. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Queue<T> | 
QueueFactory.Dispatcher.arrayDeque()
Creates a new array deque. 
 | 
<T> Queue<T> | 
QueueFactory.Dispatcher.arrayDeque(Collection<? extends T> elements)
Creates a new array deque. 
 | 
Object | 
JavaConstant.MethodHandle.MethodHandleInfo.revealDirect(Object handle)
Returns the  
java.lang.invoke.MethodHandleInfo of the provided method handle. | 
Copyright © 2014–2024. All rights reserved.