Uses of Class
com.github.elibracha.models.ignore.PathsIgnore
-
Packages that use PathsIgnore Package Description com.github.elibracha.deserializers com.github.elibracha.processors -
-
Uses of PathsIgnore in com.github.elibracha.deserializers
Methods in com.github.elibracha.deserializers that return PathsIgnore Modifier and Type Method Description PathsIgnorePathsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of PathsIgnore in com.github.elibracha.processors
Methods in com.github.elibracha.processors with parameters of type PathsIgnore Modifier and Type Method Description booleanPathsProcessor. apply(com.github.elibracha.model.ChangedOperation changedOperation, PathsIgnore pathsIgnore, org.springframework.util.AntPathMatcher antPathMatcher)
-