public abstract class Handle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Handle.ClassHandle |
static class |
Handle.ConstructorContextFactory |
static class |
Handle.FactoryHandle |
static class |
Handle.IdentityContextFactory |
static class |
Handle.InstanceHandle |
static class |
Handle.MethodContextFactory |
| Constructor and Description |
|---|
Handle() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
clazz() |
abstract ContextFactory |
compile(Context context,
Repository repository,
List<Source> constructorSources) |
static Handle |
create(Context parent,
Object handle) |
String |
name() |
public abstract Class<?> clazz()
public abstract ContextFactory compile(Context context, Repository repository, List<Source> constructorSources)
public String name()
Copyright © 2016–2017 1&1. All rights reserved.