Searched refs:fieldSelect (Results 1 – 1 of 1) sorted by relevance
198 MemberSelect fieldSelect = componentContributionFields.get(contributionType); in getOrCreateComponentContributionFieldSnippet() local199 if (fieldSelect == null) { in getOrCreateComponentContributionFieldSnippet()212 fieldSelect = MemberSelect.instanceSelect(name, Snippet.format("%s", componentField.name())); in getOrCreateComponentContributionFieldSnippet()213 componentContributionFields.put(contributionType, fieldSelect); in getOrCreateComponentContributionFieldSnippet()215 return Optional.of(fieldSelect.getSnippetFor(name)); in getOrCreateComponentContributionFieldSnippet()