Uses of Class
com.github.elibracha.models.ignore.HttpMethodIgnore
-
Packages that use HttpMethodIgnore Package Description com.github.elibracha.deserializers com.github.elibracha.processors -
-
Uses of HttpMethodIgnore in com.github.elibracha.deserializers
Methods in com.github.elibracha.deserializers that return HttpMethodIgnore Modifier and Type Method Description HttpMethodIgnoreHttpMethodDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of HttpMethodIgnore in com.github.elibracha.processors
Methods in com.github.elibracha.processors with parameters of type HttpMethodIgnore Modifier and Type Method Description booleanHttpMethodProcessor. apply(HttpMethodIgnore httpMethodIgnore, com.github.elibracha.model.ChangedOperation changedOperation)
-