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