T - public class ParameterizedPathImpl<T> extends PathImpl<T> implements ParameterizedExpression<T>
ParameterizedPathImpl represents Path instances with a parameterized generic type| Constructor and Description |
|---|
ParameterizedPathImpl(Class<? extends T> type,
PathMetadata metadata,
Class<?>... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
accept, equals, getAnnotatedElement, getMetadata, getRootgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getTypepublic ParameterizedPathImpl(Class<? extends T> type, PathMetadata metadata, Class<?>... parameterTypes)
public Class<?> getParameter(int index)
ParameterizedExpressiongetParameter in interface ParameterizedExpression<T>index - zero based index of type parameterCopyright © 2007–2015 Mysema Ltd. All rights reserved.