public interface ProcedureDescriptor
Modifier and Type | Method and Description |
---|---|
void |
addGroupMapping(Group from,
Group to) |
MetaBean |
getMetaBean()
Get the owning metabean.
|
List<javax.validation.metadata.ParameterDescriptor> |
getParameterDescriptors()
Get the parameter descriptors of this procedure.
|
Group |
mapGroup(Group current) |
void |
setCascaded(boolean b)
Set whether this procedure should be validated.
|
MetaBean getMetaBean()
void setCascaded(boolean b)
b
- List<javax.validation.metadata.ParameterDescriptor> getParameterDescriptors()
List
of ParameterDescriptor
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.