Class Markers
java.lang.Object
com.fasterxml.jackson.dataformat.javaprop.util.Markers
Simple value class for encapsulating a pair of start and end markers;
initially needed for index markers (like "[" and "]").
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_start
-
_end
-
-
Constructor Details
-
Markers
-
-
Method Details
-
create
Factory method for creating simple marker pair with given start and end markers. Note that both are needed; neither may be empty or null -
getStart
-
getEnd
-