javax.validation
Interface Path.ConstructorNode

All Superinterfaces:
Path.Node
Enclosing interface:
Path

public static interface Path.ConstructorNode
extends Path.Node

Node representing a constructor.

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 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.