| Package | Description |
|---|---|
| fish.payara.appserver.context | |
| org.glassfish.internal.api |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEEContextUtilImpl.InstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ContextualizerImpl.contextualize(T object,
ContextProducer.Instance context,
Class<T> intf) |
<T> T |
ContextualizerImpl.contextualize(T object,
ContextProducer.Instance context,
Stream<Class<?>> interfaces) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JavaEEContextUtil.Instance |
| Modifier and Type | Method and Description |
|---|---|
ContextProducer.Instance |
ContextProducer.currentInvocation()
captures current invocation and returns it as an instance
|
ContextProducer.Instance |
ContextProducer.empty()
Creates an empty instance, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Contextualizer.contextualize(T object,
ContextProducer.Instance context,
Class<T> intf)
Wraps an object in a proxy that preserves Payara context
|
<T> T |
Contextualizer.contextualize(T object,
ContextProducer.Instance context,
Stream<Class<?>> interfaces)
Wraps an object in a proxy that preserves Payara context
|
Copyright © 2021. All rights reserved.