public interface InstanceContext
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<T> valueType)
Gets an instance context value which is identified by type.
|
Class<?> |
getInstanceType()
Returns the type of the instance created with this context.
|
Class<?> getInstanceType()
ComputedValue
.<T> T get(Class<T> valueType)
IllegalArgumentException
- if no such value is available in the context.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.