JBoss Reflection 2.0.2.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
canProgress
boolean canProgress(Class<? extends Object> target,
Class<? extends Object> source)
Check if progression is supported.
- Parameters:
target
- target's class
source
- source's class
- Returns:
- true, if we can progress source's value class type to target class
-
doProgression
Object doProgression(Class<? extends Object> target,
Object value)
throws Throwable
Do the actual progression.
- Parameters:
target
- class type
value
- to progress
- Returns:
- progressed value - it's class type now equals to target
- Throws:
Throwable
- for any error
JBoss Reflection 2.0.2.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2015 JBoss by Red Hat. All rights reserved.