Class JsonSchemaElementHelper.VisitedClassMetadata
-
- All Implemented Interfaces:
public class JsonSchemaElementHelper.VisitedClassMetadata
-
-
Field Summary
Fields Modifier and Type Field Description public JsonSchemaElement
jsonSchemaElement
public String
reference
public boolean
recursionDetected
-
Constructor Summary
Constructors Constructor Description JsonSchemaElementHelper.VisitedClassMetadata(JsonSchemaElement jsonSchemaElement, String reference, boolean recursionDetected)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
JsonSchemaElementHelper.VisitedClassMetadata
JsonSchemaElementHelper.VisitedClassMetadata(JsonSchemaElement jsonSchemaElement, String reference, boolean recursionDetected)
-
-
-
-