|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceContext
Defines per-instance context values for a transformed PlasticClass.
Method Summary | ||
---|---|---|
|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |