Package | Description |
---|---|
org.jadira.reflection.access.asm |
Modifier and Type | Method and Description |
---|---|
static <C> AsmClassAccess<C> |
AsmClassAccess.get(Class<C> clazz)
Get a new instance that can access the given Class.
|
Modifier and Type | Method and Description |
---|---|
static <C> AsmFieldAccess<C> |
AsmFieldAccess.get(AsmClassAccess<C> classAccess,
Field f)
Get a new instance that can access the given Field
|
static <C> AsmMethodAccess<C> |
AsmMethodAccess.get(AsmClassAccess<C> classAccess,
Method m) |
Copyright © 2010–2018 Jadira Systems. All rights reserved.