Package | Description |
---|---|
com.pervasive.datarush.coercion |
Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects.
|
Modifier and Type | Method and Description |
---|---|
CompleteType |
CompleteType.getTypeParameter(int i) |
static CompleteType[] |
CompleteType.paramTypes(Constructor<?> constructor) |
static CompleteType[] |
CompleteType.paramTypes(Method method) |
static CompleteType |
CompleteType.returnType(Method method) |
static CompleteType |
CompleteType.type(Class<?> clazz,
Class<?>... typeParameters) |
static CompleteType |
CompleteType.typeOf(Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompleteType.isAssignableFrom(CompleteType source) |
boolean |
CompleteType.isAssignableTo(CompleteType target) |
Copyright © 2016 Actian Corporation. All rights reserved.