Uses of Class
org.apache.bval.jsr.example.RecursiveFoo
-
Packages that use RecursiveFoo Package Description org.apache.bval.jsr.example -
-
Uses of RecursiveFoo in org.apache.bval.jsr.example
Fields in org.apache.bval.jsr.example with type parameters of type RecursiveFoo Modifier and Type Field Description (package private) @NotEmpty @Valid Collection<RecursiveFoo>
RecursiveFoo. foos
Methods in org.apache.bval.jsr.example that return types with arguments of type RecursiveFoo Modifier and Type Method Description Collection<RecursiveFoo>
RecursiveFoo. getFoos()
Method parameters in org.apache.bval.jsr.example with type arguments of type RecursiveFoo Modifier and Type Method Description void
RecursiveFoo. setFoos(Collection<RecursiveFoo> foos)
-