Class JsonPropertyVisitor
java.lang.Object
org.teavm.common.json.JsonVisitor
org.teavm.common.json.JsonAllErrorVisitor
org.teavm.common.json.JsonPropertyVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty(String propertyName, JsonVisitor visitor) property(JsonErrorReporter reporter, String name) Methods inherited from class JsonAllErrorVisitor
array, booleanValue, floatValue, intValue, nullValue, object, stringValueMethods inherited from class JsonVisitor
end
-
Constructor Details
-
JsonPropertyVisitor
public JsonPropertyVisitor(boolean skipNonExistentProperties)
-
-
Method Details
-
addProperty
-
property
- Overrides:
propertyin classJsonAllErrorVisitor
-