public abstract class AbstractInstantiator<T> extends Object implements Instantiator<T>
Constructor and Description |
---|
AbstractInstantiator() |
Modifier and Type | Method and Description |
---|---|
abstract ConstructorInjectionPoint<T> |
getConstructorInjectionPoint() |
T |
newInstance(javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl manager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConstructor, hasDecoratorSupport, hasInterceptorSupport
public T newInstance(javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
newInstance
in interface Instantiator<T>
public abstract ConstructorInjectionPoint<T> getConstructorInjectionPoint()
Copyright © 2016. All rights reserved.