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.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.