@API(status=STABLE)
public interface ParameterInfo
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Returns the type of this parameter.
|
TypeResolver |
getTypeResolver()
Returns a type resolver.
|
boolean |
isTransposed()
True if the data table should be transposed.
|
Type getType()
Should always return the same value as TypeResolver.resolve()
but may not throw any exceptions. May return Object.class
when no
information is available.
boolean isTransposed()
TypeResolver getTypeResolver()
Copyright © 2019. All rights reserved.