A B C D E G H I L O P R S T V 
All Classes All Packages

A

AbstractDeserializer<T> - Class in com.github.elibracha.deserializers
 
AbstractDeserializer(StdDeserializer<?>) - Constructor for class com.github.elibracha.deserializers.AbstractDeserializer
 
AbstractDeserializer(JavaType) - Constructor for class com.github.elibracha.deserializers.AbstractDeserializer
 
AbstractDeserializer(Class<?>) - Constructor for class com.github.elibracha.deserializers.AbstractDeserializer
 
apply(ChangedOperation, PathsIgnore, AntPathMatcher) - Method in class com.github.elibracha.processors.PathsProcessor
 
apply(HttpMethodIgnore, ChangedOperation) - Method in class com.github.elibracha.processors.HttpMethodProcessor
 
apply(ParametersIgnore, ChangedParameters) - Method in class com.github.elibracha.processors.ParameterProcessor
 
apply(RequestIgnore, ChangedRequestBody) - Method in class com.github.elibracha.processors.RequestProcessor
 
apply(ResponseIgnore, ChangedApiResponse) - Method in class com.github.elibracha.processors.ResponseProcessor
 
apply(SecurityIgnore, ChangedSecurityRequirements) - Method in class com.github.elibracha.processors.SecurityProcessor
 

B

BAD_IGNORE_FILE - com.github.elibracha.models.validations.enums.ValidationStatus
 

C

checkIfIgnoreExist(String) - Method in class com.github.elibracha.models.ignore.HttpMethodIgnore
 
checkIfIgnoreExist(String) - Method in class com.github.elibracha.models.ignore.OperationIgnore
 
checkWildCards(String) - Method in class com.github.elibracha.deserializers.AbstractDeserializer
 
com.github.elibracha - package com.github.elibracha
 
com.github.elibracha.deserializers - package com.github.elibracha.deserializers
 
com.github.elibracha.exceptions - package com.github.elibracha.exceptions
 
com.github.elibracha.models - package com.github.elibracha.models
 
com.github.elibracha.models.ignore - package com.github.elibracha.models.ignore
 
com.github.elibracha.models.validations - package com.github.elibracha.models.validations
 
com.github.elibracha.models.validations.enums - package com.github.elibracha.models.validations.enums
 
com.github.elibracha.processors - package com.github.elibracha.processors
 
com.github.elibracha.validators - package com.github.elibracha.validators
 
Content - Class in com.github.elibracha.models.ignore
 
Content() - Constructor for class com.github.elibracha.models.ignore.Content
 
CONTENT - com.github.elibracha.models.validations.enums.RequestSupport
 
CONTENT - Static variable in class com.github.elibracha.models.SpecConstants.RequestEntries
 
ContentDeserializer - Class in com.github.elibracha.deserializers
 
ContentDeserializer() - Constructor for class com.github.elibracha.deserializers.ContentDeserializer
 
ContentProperties - Class in com.github.elibracha.models.ignore
 
ContentProperties() - Constructor for class com.github.elibracha.models.ignore.ContentProperties
 
ContentPropertiesDeserializer - Class in com.github.elibracha.deserializers
 
ContentPropertiesDeserializer() - Constructor for class com.github.elibracha.deserializers.ContentPropertiesDeserializer
 
ContentSchema - Class in com.github.elibracha.models.ignore
 
ContentSchema() - Constructor for class com.github.elibracha.models.ignore.ContentSchema
 
ContentSchemaDeserializer - Class in com.github.elibracha.deserializers
 
ContentSchemaDeserializer() - Constructor for class com.github.elibracha.deserializers.ContentSchemaDeserializer
 
ContentSchemaEntries() - Constructor for class com.github.elibracha.models.SpecConstants.ContentSchemaEntries
 
ContextDeserializer - Class in com.github.elibracha.deserializers
 
ContextDeserializer() - Constructor for class com.github.elibracha.deserializers.ContextDeserializer
 
ContextEntries() - Constructor for class com.github.elibracha.models.SpecConstants.ContextEntries
 
ContextIgnore - Class in com.github.elibracha.models.ignore
 
ContextIgnore() - Constructor for class com.github.elibracha.models.ignore.ContextIgnore
 
ContextMapKey<K,​V> - Class in com.github.elibracha
 
ContextMapKey() - Constructor for class com.github.elibracha.ContextMapKey
 
ContextProcessor - Class in com.github.elibracha.processors
 
ContextProcessor() - Constructor for class com.github.elibracha.processors.ContextProcessor
 
ContextProcessor(String) - Constructor for class com.github.elibracha.processors.ContextProcessor
 
ContextSupport - Enum in com.github.elibracha.models.validations.enums
 
ContextValidator - Class in com.github.elibracha.validators
 
ContextValidator() - Constructor for class com.github.elibracha.validators.ContextValidator
 
createJson() - Static method in class com.github.elibracha.ObjectMapperFactory
 
createYaml() - Static method in class com.github.elibracha.ObjectMapperFactory
 

D

DEFAULT_SEARCH - Static variable in class com.github.elibracha.models.SpecConstants
 
DELETE - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
DELETE - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ContentDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ContentPropertiesDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ContentSchemaDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ContextDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.HttpMethodDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.OperationDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ParameterDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.PathsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.RequestDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.ResponseDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.SecurityDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.SecurityPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.github.elibracha.deserializers.StatusDeserializer
 

E

EXTENDS - com.github.elibracha.models.validations.enums.ContextSupport
 
EXTENDS - Static variable in class com.github.elibracha.models.SpecConstants.ContextEntries
 
extractWildCards(String) - Method in class com.github.elibracha.deserializers.AbstractDeserializer
 

G

GET - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
GET - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 
getContextIgnore() - Method in class com.github.elibracha.ContextMapKey
 
getMessage() - Method in enum com.github.elibracha.models.validations.enums.ValidationStatus
 
getResult() - Method in interface com.github.elibracha.validators.Validator
 
getStatus() - Method in enum com.github.elibracha.models.validations.enums.ValidationStatus
 
getValue() - Method in enum com.github.elibracha.models.validations.enums.ContextSupport
 
getValue() - Method in enum com.github.elibracha.models.validations.enums.HttpMethodSupport
 
getValue() - Method in enum com.github.elibracha.models.validations.enums.OperationSupport
 
getValue() - Method in enum com.github.elibracha.models.validations.enums.RequestSupport
 

H

HEAD - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
HEAD - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 
HttpMethodDeserializer - Class in com.github.elibracha.deserializers
 
HttpMethodDeserializer() - Constructor for class com.github.elibracha.deserializers.HttpMethodDeserializer
 
HttpMethodIgnore - Class in com.github.elibracha.models.ignore
 
HttpMethodIgnore() - Constructor for class com.github.elibracha.models.ignore.HttpMethodIgnore
 
HttpMethodProcessor - Class in com.github.elibracha.processors
 
HttpMethodProcessor() - Constructor for class com.github.elibracha.processors.HttpMethodProcessor
 
HttpMethods() - Constructor for class com.github.elibracha.models.SpecConstants.HttpMethods
 
HttpMethodSupport - Enum in com.github.elibracha.models.validations.enums
 
HttpMethodValidator - Class in com.github.elibracha.validators
 
HttpMethodValidator() - Constructor for class com.github.elibracha.validators.HttpMethodValidator
 

I

IgnoreElemnt - Class in com.github.elibracha.models
 
IgnoreElemnt() - Constructor for class com.github.elibracha.models.IgnoreElemnt
 
INFO - com.github.elibracha.models.validations.enums.ContextSupport
 
INFO - Static variable in class com.github.elibracha.models.SpecConstants.ContextEntries
 
InvalidVersionException - Exception in com.github.elibracha.exceptions
 
InvalidVersionException(String) - Constructor for exception com.github.elibracha.exceptions.InvalidVersionException
 

L

load(Map<K, V>) - Method in class com.github.elibracha.ContextMapKey
 

O

ObjectMapperFactory - Class in com.github.elibracha
 
ObjectMapperFactory() - Constructor for class com.github.elibracha.ObjectMapperFactory
 
OpenApiIgnore - Class in com.github.elibracha.models
 
OpenApiIgnore() - Constructor for class com.github.elibracha.models.OpenApiIgnore
 
OperationDeserializer - Class in com.github.elibracha.deserializers
 
OperationDeserializer() - Constructor for class com.github.elibracha.deserializers.OperationDeserializer
 
OperationIgnore - Class in com.github.elibracha.models.ignore
 
OperationIgnore() - Constructor for class com.github.elibracha.models.ignore.OperationIgnore
 
OperationIgnoresEntries() - Constructor for class com.github.elibracha.models.SpecConstants.OperationIgnoresEntries
 
OperationSupport - Enum in com.github.elibracha.models.validations.enums
 
OperationValidator - Class in com.github.elibracha.validators
 
OperationValidator() - Constructor for class com.github.elibracha.validators.OperationValidator
 
OPTIONS - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
OPTIONS - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 

P

ParameterDeserializer - Class in com.github.elibracha.deserializers
 
ParameterDeserializer() - Constructor for class com.github.elibracha.deserializers.ParameterDeserializer
 
ParameterProcessor - Class in com.github.elibracha.processors
 
ParameterProcessor() - Constructor for class com.github.elibracha.processors.ParameterProcessor
 
PARAMETERS - com.github.elibracha.models.validations.enums.OperationSupport
 
PARAMETERS - Static variable in class com.github.elibracha.models.SpecConstants.OperationIgnoresEntries
 
ParametersIgnore - Class in com.github.elibracha.models.ignore
 
ParametersIgnore() - Constructor for class com.github.elibracha.models.ignore.ParametersIgnore
 
ParamsValidator - Class in com.github.elibracha.validators
 
ParamsValidator() - Constructor for class com.github.elibracha.validators.ParamsValidator
 
PATCH - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
PATCH - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 
PATHS - com.github.elibracha.models.validations.enums.ContextSupport
 
PATHS - Static variable in class com.github.elibracha.models.SpecConstants.ContextEntries
 
PathsDeserializer - Class in com.github.elibracha.deserializers
 
PathsDeserializer() - Constructor for class com.github.elibracha.deserializers.PathsDeserializer
 
PathsIgnore - Class in com.github.elibracha.models.ignore
 
PathsIgnore() - Constructor for class com.github.elibracha.models.ignore.PathsIgnore
 
PathsProcessor - Class in com.github.elibracha.processors
 
PathsProcessor() - Constructor for class com.github.elibracha.processors.PathsProcessor
 
PathValidator - Class in com.github.elibracha.validators
 
PathValidator() - Constructor for class com.github.elibracha.validators.PathValidator
 
POST - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
POST - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 
preProcess(IgnoreElemnt, JsonNode) - Method in class com.github.elibracha.deserializers.AbstractDeserializer
 
process(ChangedOpenApi) - Method in class com.github.elibracha.processors.ContextProcessor
 
PROJECT - com.github.elibracha.models.validations.enums.ContextSupport
 
PROJECT - Static variable in class com.github.elibracha.models.SpecConstants.ContextEntries
 
PUT - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
PUT - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 

R

REQUEST - com.github.elibracha.models.validations.enums.OperationSupport
 
REQUEST - Static variable in class com.github.elibracha.models.SpecConstants.OperationIgnoresEntries
 
RequestDeserializer - Class in com.github.elibracha.deserializers
 
RequestDeserializer() - Constructor for class com.github.elibracha.deserializers.RequestDeserializer
 
RequestEntries() - Constructor for class com.github.elibracha.models.SpecConstants.RequestEntries
 
RequestIgnore - Class in com.github.elibracha.models.ignore
 
RequestIgnore() - Constructor for class com.github.elibracha.models.ignore.RequestIgnore
 
RequestProcessor - Class in com.github.elibracha.processors
 
RequestProcessor() - Constructor for class com.github.elibracha.processors.RequestProcessor
 
RequestSupport - Enum in com.github.elibracha.models.validations.enums
 
RequestValidator - Class in com.github.elibracha.validators
 
RequestValidator() - Constructor for class com.github.elibracha.validators.RequestValidator
 
RESPONSE - com.github.elibracha.models.validations.enums.OperationSupport
 
RESPONSE - Static variable in class com.github.elibracha.models.SpecConstants.OperationIgnoresEntries
 
ResponseDeserializer - Class in com.github.elibracha.deserializers
 
ResponseDeserializer() - Constructor for class com.github.elibracha.deserializers.ResponseDeserializer
 
ResponseIgnore - Class in com.github.elibracha.models.ignore
 
ResponseIgnore() - Constructor for class com.github.elibracha.models.ignore.ResponseIgnore
 
ResponseProcessor - Class in com.github.elibracha.processors
 
ResponseProcessor() - Constructor for class com.github.elibracha.processors.ResponseProcessor
 
ResponseValidator - Class in com.github.elibracha.validators
 
ResponseValidator() - Constructor for class com.github.elibracha.validators.ResponseValidator
 

S

SCHEMA - Static variable in class com.github.elibracha.models.SpecConstants.ContentSchemaEntries
 
SECURITY - com.github.elibracha.models.validations.enums.OperationSupport
 
SECURITY - Static variable in class com.github.elibracha.models.SpecConstants.OperationIgnoresEntries
 
SecurityDeserializer - Class in com.github.elibracha.deserializers
 
SecurityDeserializer() - Constructor for class com.github.elibracha.deserializers.SecurityDeserializer
 
SecurityIgnore - Class in com.github.elibracha.models.ignore
 
SecurityIgnore() - Constructor for class com.github.elibracha.models.ignore.SecurityIgnore
 
SecurityProcessor - Class in com.github.elibracha.processors
 
SecurityProcessor() - Constructor for class com.github.elibracha.processors.SecurityProcessor
 
SecurityProperty - Class in com.github.elibracha.models.ignore
 
SecurityProperty() - Constructor for class com.github.elibracha.models.ignore.SecurityProperty
 
SecurityPropertyDeserializer - Class in com.github.elibracha.deserializers
 
SecurityPropertyDeserializer() - Constructor for class com.github.elibracha.deserializers.SecurityPropertyDeserializer
 
SecurityValidator - Class in com.github.elibracha.validators
 
SecurityValidator() - Constructor for class com.github.elibracha.validators.SecurityValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.ContextValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.HttpMethodValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.OperationValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.ParamsValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.PathValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.RequestValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.ResponseValidator
 
setTree(JsonNode) - Method in class com.github.elibracha.validators.SecurityValidator
 
setTree(JsonNode) - Method in interface com.github.elibracha.validators.Validator
 
SpecConstants - Class in com.github.elibracha.models
 
SpecConstants() - Constructor for class com.github.elibracha.models.SpecConstants
 
SpecConstants.ContentSchemaEntries - Class in com.github.elibracha.models
 
SpecConstants.ContextEntries - Class in com.github.elibracha.models
 
SpecConstants.HttpMethods - Class in com.github.elibracha.models
 
SpecConstants.OperationIgnoresEntries - Class in com.github.elibracha.models
 
SpecConstants.RequestEntries - Class in com.github.elibracha.models
 
SpecificationSupportException - Exception in com.github.elibracha.exceptions
 
SpecificationSupportException(String) - Constructor for exception com.github.elibracha.exceptions.SpecificationSupportException
 
StatusDeserializer - Class in com.github.elibracha.deserializers
 
StatusDeserializer() - Constructor for class com.github.elibracha.deserializers.StatusDeserializer
 
StatusIgnore - Class in com.github.elibracha.models.ignore
 
StatusIgnore() - Constructor for class com.github.elibracha.models.ignore.StatusIgnore
 

T

TRACE - com.github.elibracha.models.validations.enums.HttpMethodSupport
 
TRACE - Static variable in class com.github.elibracha.models.SpecConstants.HttpMethods
 

V

validate() - Method in class com.github.elibracha.validators.ContextValidator
 
validate() - Method in class com.github.elibracha.validators.HttpMethodValidator
 
validate() - Method in class com.github.elibracha.validators.OperationValidator
 
validate() - Method in class com.github.elibracha.validators.ParamsValidator
 
validate() - Method in class com.github.elibracha.validators.PathValidator
 
validate() - Method in class com.github.elibracha.validators.RequestValidator
 
validate() - Method in class com.github.elibracha.validators.ResponseValidator
 
validate() - Method in class com.github.elibracha.validators.SecurityValidator
 
validate() - Method in interface com.github.elibracha.validators.Validator
 
validate(JsonNode) - Method in class com.github.elibracha.processors.ValidationProcessor
 
ValidationProcessor - Class in com.github.elibracha.processors
 
ValidationProcessor() - Constructor for class com.github.elibracha.processors.ValidationProcessor
 
ValidationResult - Class in com.github.elibracha.models.validations
 
ValidationResult() - Constructor for class com.github.elibracha.models.validations.ValidationResult
 
ValidationStatus - Enum in com.github.elibracha.models.validations.enums
 
Validator - Interface in com.github.elibracha.validators
 
valueOf(String) - Static method in enum com.github.elibracha.models.validations.enums.ContextSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.elibracha.models.validations.enums.HttpMethodSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.elibracha.models.validations.enums.OperationSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.elibracha.models.validations.enums.RequestSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.elibracha.models.validations.enums.ValidationStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.elibracha.models.validations.enums.ContextSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.elibracha.models.validations.enums.HttpMethodSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.elibracha.models.validations.enums.OperationSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.elibracha.models.validations.enums.RequestSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.elibracha.models.validations.enums.ValidationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - com.github.elibracha.models.validations.enums.ContextSupport
 
VERSION - Static variable in class com.github.elibracha.models.SpecConstants.ContextEntries
 
VERSIONS - Static variable in class com.github.elibracha.models.SpecConstants
 
A B C D E G H I L O P R S T V 
All Classes All Packages