| Package | Description |
|---|---|
| net.oneandone.inline.internal |
| Modifier and Type | Field and Description |
|---|---|
Context |
Argument.context |
Context |
Context.parent
may be null
|
| Modifier and Type | Method and Description |
|---|---|
static Context |
Context.create(Context parent,
Base base,
String explicitName,
Handle handle,
String definition) |
static Context |
Context.remove(List<Context> parents,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
Context.parentList() |
| Modifier and Type | Method and Description |
|---|---|
abstract ContextFactory |
Handle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
ContextFactory |
Handle.InstanceHandle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
ContextFactory |
Handle.FactoryHandle.compile(Context context,
Repository repository,
List<Source> methodSources) |
ContextFactory |
Handle.ClassHandle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
static Context |
Context.create(Context parent,
Base base,
String explicitName,
Handle handle,
String definition) |
static Handle |
Handle.create(Context parent,
Object handle) |
static ContextFactory |
Handle.MethodContextFactory.create(Context context,
Repository repository,
Context target,
Method method,
List<Source> initialSources) |
static ContextFactory |
Handle.ConstructorContextFactory.createOpt(Context context,
Repository repository,
Constructor constructor,
List<Source> initialSources) |
static Handle |
Handle.FactoryHandle.doCreate(Context parent,
String handle) |
void |
Actuals.save(Context context,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Handle.MethodContextFactory.newInstance(Map<Context,Object> instantiatedContexts) |
Object |
Handle.ConstructorContextFactory.newInstance(Map<Context,Object> instantiatedContexts) |
Object |
Handle.IdentityContextFactory.newInstance(Map<Context,Object> instantiatedContexts) |
abstract Object |
ContextFactory.newInstance(Map<Context,Object> instantiatedContexts) |
static Context |
Context.remove(List<Context> parents,
Class<?> type) |
| Constructor and Description |
|---|
Argument(Context context,
Source source,
Target target) |
Context(Context parent,
String name,
Handle handle,
List<Source> sources,
Mapping mapping) |
ContextBuilder(Context context,
ContextBuilder parent,
ContextFactory factory) |
FactoryHandle(Context target,
Method method) |
MethodContextFactory(Context target,
Method method,
List<Argument> arguments,
Object[] actuals) |
Copyright © 2016–2017 1&1. All rights reserved.