T
- public class ParametrizedPathImpl<T> extends PathImpl<T> implements ParametrizedExpression<T>
ParametrizedPathImpl
represents Path
instances with a parameterized generic typeConstructor and Description |
---|
ParametrizedPathImpl(Class<? extends T> type,
PathMetadata metadata,
Class<?>... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getParameter(int index) |
accept, equals, getAnnotatedElement, getMetadata, getRoot
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, getType
public ParametrizedPathImpl(Class<? extends T> type, PathMetadata metadata, Class<?>... parameterTypes)
public Class<?> getParameter(int index)
getParameter
in interface ParametrizedExpression<T>
Copyright © 2007–2018. All rights reserved.