repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$lang$reflect$GenericArrayType.java
file
oh
o
[]
Imagine I have following jBehave stories:
When I create servers with properties:
| processor | ram | os |
| i5 | 8 | win |
| i3 | 4 | lin |
Then ....
and
When I create install os with properties:
| type | version |
| win | vista |
| lin | centOS |
Then ....
And correspondent step definitions for these stories:
@When("I create servers with properties:...
package java.lang.reflect;
GenericArrayType represents an array type whose component
type is either a parameterized type or a type variable.
Returns a
Type object representing the component type
of this array. This method creates the component type of the
array. See the declaration of
ParameterizedType for the
semantics of the creation process for parameterized types and
see
TypeVariable for the
creation process for type variables.
- Returns:
- a
Type object representing the component type
of this array - Throws:
java.lang.TypeNotPresentException if the underlying array type's
component type refers to a non-existent type declarationMalformedParameterizedTypeException if the
underlying array type's component type refers to a
parameterized type that cannot be instantiated for any reason