Uses of Class
com.github.elibracha.models.ignore.RequestIgnore
-
Packages that use RequestIgnore Package Description com.github.elibracha.deserializers com.github.elibracha.processors -
-
Uses of RequestIgnore in com.github.elibracha.deserializers
Methods in com.github.elibracha.deserializers that return RequestIgnore Modifier and Type Method Description RequestIgnoreRequestDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of RequestIgnore in com.github.elibracha.processors
Methods in com.github.elibracha.processors with parameters of type RequestIgnore Modifier and Type Method Description booleanRequestProcessor. apply(RequestIgnore requestIgnore, com.github.elibracha.model.ChangedRequestBody requestBody)
-