Set<ConstrainedElement> allPropertyMetaData = newHashSet();
for ( BeanConstraintLocation oneConfiguredProperty : allConfiguredProperties ) {
if ( oneConfiguredProperty.getElementType() == ElementType.FIELD ) {
allPropertyMetaData.add(
new ConstrainedField(
ConfigurationSource.API,
oneConfiguredProperty,
asMetaConstraints( constraintsByLocation.get( oneConfiguredProperty ) ),
Collections.<Class<?>, Class<?>>emptyMap(),
cascades.contains( oneConfiguredProperty )