public class DefinitionKey extends Object
Modifier | Constructor and Description |
---|---|
protected |
DefinitionKey(com.fasterxml.classmate.ResolvedType type,
CustomDefinitionProviderV2 ignoredDefinitionProvider)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
CustomDefinitionProviderV2 |
getIgnoredDefinitionProvider()
Getter for the a custom definition provider that was the first to be skipped during the generation of the schema definition.
|
com.fasterxml.classmate.ResolvedType |
getType()
Getter for the associated java type.
|
int |
hashCode() |
protected DefinitionKey(com.fasterxml.classmate.ResolvedType type, CustomDefinitionProviderV2 ignoredDefinitionProvider)
type
- encountered type a schema definition is associated withignoredDefinitionProvider
- first custom definition provider that was ignored when creating the definition (is null in most cases)public com.fasterxml.classmate.ResolvedType getType()
public CustomDefinitionProviderV2 getIgnoredDefinitionProvider()
Copyright © 2022 VicTools. All rights reserved.