public interface ObjectLoader
| Modifier and Type | Method and Description |
|---|---|
io.quarkus.gizmo.ResultHandle |
load(io.quarkus.gizmo.BytecodeCreator body,
Object obj)
Load the given object if possible.
|
io.quarkus.gizmo.ResultHandle load(io.quarkus.gizmo.BytecodeCreator body,
Object obj)
body - the body to use for bytecode generation (not null)obj - the object to substitute (not null)null if this loader cannot load the given objectCopyright © 2019 JBoss by Red Hat. All rights reserved.