public class ExecutableDescriptorImpl extends ElementDescriptorImpl implements javax.validation.metadata.ConstructorDescriptor, javax.validation.metadata.MethodDescriptor
| Constructor and Description |
|---|
ExecutableDescriptorImpl(Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> crossParameterConstraints,
javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor,
List<javax.validation.metadata.ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
boolean isGetter,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Method and Description |
|---|---|
javax.validation.metadata.CrossParameterDescriptor |
getCrossParameterDescriptor() |
String |
getName() |
List<javax.validation.metadata.ParameterDescriptor> |
getParameterDescriptors() |
javax.validation.metadata.ReturnValueDescriptor |
getReturnValueDescriptor() |
boolean |
hasConstrainedParameters() |
boolean |
hasConstrainedReturnValue() |
boolean |
isGetter() |
String |
toString() |
findConstraints, getConstraintDescriptors, getElementClass, hasConstraintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor, List<javax.validation.metadata.ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)
public String getName()
getName in interface javax.validation.metadata.ExecutableDescriptorpublic List<javax.validation.metadata.ParameterDescriptor> getParameterDescriptors()
getParameterDescriptors in interface javax.validation.metadata.ExecutableDescriptorpublic javax.validation.metadata.ReturnValueDescriptor getReturnValueDescriptor()
getReturnValueDescriptor in interface javax.validation.metadata.ExecutableDescriptorpublic boolean hasConstrainedParameters()
hasConstrainedParameters in interface javax.validation.metadata.ExecutableDescriptorpublic boolean hasConstrainedReturnValue()
hasConstrainedReturnValue in interface javax.validation.metadata.ExecutableDescriptorpublic javax.validation.metadata.CrossParameterDescriptor getCrossParameterDescriptor()
getCrossParameterDescriptor in interface javax.validation.metadata.ExecutableDescriptorpublic boolean isGetter()
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.