Class JsonValueContext
java.lang.Object
jodd.json.JsonValueContext
Context of current serialized value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Returns current index.Returns current property name.getValue()Returns current object value.voidvoidReuses this instance for better performances.voidsetPropertyName(String propertyName) Stores current property name.
-
Field Details
-
value
-
propertyName
-
index
protected int index
-
-
Constructor Details
-
JsonValueContext
-
-
Method Details
-
reuse
Reuses this instance for better performances. -
getValue
Returns current object value. -
incrementIndex
public void incrementIndex() -
getIndex
public int getIndex()Returns current index. -
getPropertyName
Returns current property name. -
setPropertyName
Stores current property name.
-