public class ConstructionContext<T> extends Object
Constructor and Description |
---|
ConstructionContext() |
Modifier and Type | Method and Description |
---|---|
Object |
createProxy(Errors errors,
Class<?> expectedType) |
void |
finishConstruction() |
T |
getCurrentReference() |
boolean |
isConstructing() |
void |
removeCurrentReference() |
void |
setCurrentReference(T currentReference) |
void |
setProxyDelegates(T delegate) |
void |
startConstruction() |
public T getCurrentReference()
public void removeCurrentReference()
public void setCurrentReference(T currentReference)
public boolean isConstructing()
public void startConstruction()
public void finishConstruction()
public Object createProxy(Errors errors, Class<?> expectedType) throws ErrorsException
ErrorsException
public void setProxyDelegates(T delegate)
Copyright © 2009–2016. All rights reserved.