Package org.apache.bval.jsr.job
Class ValidateReturnValue.ForMethod<T>
- java.lang.Object
-
- org.apache.bval.jsr.job.ValidationJob<T>
-
- org.apache.bval.jsr.job.ValidateExecutable<E,T>
-
- org.apache.bval.jsr.job.ValidateReturnValue<Method,T>
-
- org.apache.bval.jsr.job.ValidateReturnValue.ForMethod<T>
-
- Enclosing class:
- ValidateReturnValue<E extends Executable,T>
public static class ValidateReturnValue.ForMethod<T> extends ValidateReturnValue<Method,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.job.ValidateReturnValue
ValidateReturnValue.ForConstructor<T>, ValidateReturnValue.ForMethod<T>
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.job.ValidationJob
ValidationJob.BeanFrame<B>, ValidationJob.Frame<D extends ElementD<?,?>>, ValidationJob.SproutFrame<D extends ElementD<?,?> & javax.validation.metadata.CascadableDescriptor & javax.validation.metadata.ContainerDescriptor>
-
-
Field Summary
-
Fields inherited from class org.apache.bval.jsr.job.ValidateExecutable
executable
-
Fields inherited from class org.apache.bval.jsr.job.ValidationJob
groups, ITERABLE_ELEMENT, MAP_VALUE, validatorContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValidationJob.Frame<?>createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)protected javax.validation.metadata.ExecutableDescriptordescribe()protected TgetRootBean()protected Class<T>getRootBeanClass()-
Methods inherited from class org.apache.bval.jsr.job.ValidateReturnValue
computeBaseFrame, hasWork
-
Methods inherited from class org.apache.bval.jsr.job.ValidateExecutable
createBasePath
-
Methods inherited from class org.apache.bval.jsr.job.ValidationJob
getResults, noViolations
-
-
-
-
Method Detail
-
getRootBean
protected T getRootBean()
- Specified by:
getRootBeanin classValidateReturnValue<Method,T>
-
getRootBeanClass
protected Class<T> getRootBeanClass()
- Specified by:
getRootBeanClassin classValidationJob<T>
-
describe
protected javax.validation.metadata.ExecutableDescriptor describe()
- Specified by:
describein classValidateReturnValue<Method,T>
-
createBaseFrame
protected ValidationJob.Frame<?> createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
- Specified by:
createBaseFramein classValidateReturnValue<Method,T>
-
-