Class SchemaRegistry.TypeKey
- java.lang.Object
-
- io.smallrye.openapi.runtime.scanner.SchemaRegistry.TypeKey
-
- Enclosing class:
- SchemaRegistry
public static final class SchemaRegistry.TypeKey extends Object
This class is used as the key when storingSchemas in the registry. The purpose is to replicate the same behavior as theTypeclassesequalsandhashCodefunctions, with the exception that theType's annotations are not considered in these versions of the methods.- Author:
- Michael Edgar <michael@xlate.io>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdefaultName()booleanequals(Object o)Determine if the twoTypes are equal.inthashCode()StringviewSuffix()
-