Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddy.OptionalMethodInterception |
ByteBuddy.withImplementing(Class<?>... type)
Defines all dynamic types that are created by this configuration to implement the given interfaces.
|
ByteBuddy.OptionalMethodInterception |
ByteBuddy.Proxy.withImplementing(Class<?>... type) |
ByteBuddy.OptionalMethodInterception |
ByteBuddy.withImplementing(Collection<? extends TypeDescription> types)
Defines all dynamic types that are created by this configuration to implement the given interfaces.
|
ByteBuddy.OptionalMethodInterception |
ByteBuddy.Proxy.withImplementing(Collection<? extends TypeDescription> types) |
ByteBuddy.OptionalMethodInterception |
ByteBuddy.withImplementing(Iterable<? extends Class<?>> types)
Defines all dynamic types that are created by this configuration to implement the given interfaces.
|
ByteBuddy.OptionalMethodInterception |
ByteBuddy.Proxy.withImplementing(Iterable<? extends Class<?>> types) |
ByteBuddy.OptionalMethodInterception |
ByteBuddy.withImplementing(TypeDescription... type)
Defines all dynamic types that are created by this configuration to implement the given interfaces.
|
ByteBuddy.OptionalMethodInterception |
ByteBuddy.Proxy.withImplementing(TypeDescription... type) |
Copyright © 2014–2015. All rights reserved.