Esempio n. 1
0
 /**
  * Returns the {@link FieldMappers} of all the {@link FieldMapper}s that are registered under the
  * give fullName across all the different {@link DocumentMapper} types.
  *
  * @param fullName The full name
  * @return All teh {@link FieldMappers} across all the {@link DocumentMapper}s for the given
  *     fullName.
  */
 public FieldMappers fullName(String fullName) {
   return fieldMappers.fullName(fullName);
 }