Package com.igormaznitsa.jbbp
Interface ResultSrcItem
public interface ResultSrcItem
Contains result of conversion of JBBPParser into source.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet metadata generated during operation for the item, depends on converter.Get generated sources mapped by some key which defined by converter.
-
Method Details
-
getMetadata
Properties getMetadata()Get metadata generated during operation for the item, depends on converter.- Returns:
- the metadata container as properties, must not be null
-
getResult
Get generated sources mapped by some key which defined by converter.- Returns:
- map containing result of conversion, must not be null and can't be empty.
-