javax.validation
Interface Path.MethodNode

All Superinterfaces:
Path.Node
Enclosing interface:
Path

public static interface Path.MethodNode
extends Path.Node

Node representing a method

Since:
1.1

Method Summary
 List<Class<?>> getParameterTypes()
           
 
Methods inherited from interface javax.validation.Path.Node
as, getIndex, getKey, getKind, getName, isInIterable
 

Method Detail

getParameterTypes

List<Class<?>> getParameterTypes()
Returns:
The list of parameter types


Copyright © 2007-2013. All Rights Reserved.