public class FishTank { | |
public List<Map<String, Set<@NotNull String>>> getTagsOfFishesOfTheWeek() { ... } | |
} |
newMapping | |
.type( FishTank.class ) | |
.property( "tagsOfFishesOfTheWeek", METHOD ) | |
.typeArgument( 0, 1, 0 ) | |
.constraint( new NotNullDef() ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment