|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentMapperParser
| Method Summary | |
|---|---|
DocumentMapper |
parse(java.lang.String mappingSource)
Parses the source mapping definition into a document mapper. |
DocumentMapper |
parse(java.lang.String type,
java.lang.String mappingSource)
Parses the source mapping definition into a document mapper with the specified type (overriding the one defined in the source mapping). |
DocumentMapper |
parse(java.lang.String type,
java.lang.String mappingSource,
java.lang.String defaultMappingSource)
Parses the source mapping definition into a document mapper with the specified type (overriding the one defined in the source mapping). |
| Method Detail |
|---|
DocumentMapper parse(java.lang.String mappingSource)
throws MapperParsingException
MapperParsingException
DocumentMapper parse(@Nullable
java.lang.String type,
java.lang.String mappingSource)
throws MapperParsingException
MapperParsingException
DocumentMapper parse(@Nullable
java.lang.String type,
java.lang.String mappingSource,
java.lang.String defaultMappingSource)
throws MapperParsingException
MapperParsingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||