Toggle navigation
Home
java.util.Optional<java.util.regex.Pattern> to java.util.regex.Pattern
No. of Instances - 9
No. of Commits - 2
No. of Projects - {'hbase', 'geoserver'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
activationPattern.get().matcher(urlTransform.getOriginalRequestUri()).matches()
to
activationPattern.matcher(urlTransform.getOriginalRequestUri()).matches()