public abstract static class InstanceActivator.Builder<T extends InstanceActivator.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected ExtendedComponentInstanceDTO |
_instance |
Constructor and Description |
---|
Builder(ContainerState containerState,
Phase next) |
Modifier and Type | Method and Description |
---|---|
abstract InstanceActivator |
build() |
T |
setInstance(ExtendedComponentInstanceDTO instance) |
protected ExtendedComponentInstanceDTO _instance
public Builder(ContainerState containerState, Phase next)
public abstract InstanceActivator build()
public T setInstance(ExtendedComponentInstanceDTO instance)
Copyright © 2019 The Apache Software Foundation. All rights reserved.