Class DefinitionKey
- java.lang.Object
-
- com.github.victools.jsonschema.generator.impl.DefinitionKey
-
public class DefinitionKey extends Object
Identifier for a particular sub-schema definition. This consists of the encountered type as well as some contextual information, as there may be multiple alternative definitions (e.g. a standard definition and one or multiple custom definitions) for a single type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
com.fasterxml.classmate.ResolvedType
getType()
Getter for the associated java type.int
hashCode()
-