Uses of Enum Class
org.springframework.web.util.UriComponentsBuilder.ParserType
Packages that use UriComponentsBuilder.ParserType
Package
Description
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UriComponentsBuilder.ParserType in org.springframework.web.util
Methods in org.springframework.web.util that return UriComponentsBuilder.ParserTypeModifier and TypeMethodDescriptionDefaultUriBuilderFactory.getParserType()Return the configured parser type.Returns the enum constant of this class with the specified name.static UriComponentsBuilder.ParserType[]UriComponentsBuilder.ParserType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.web.util with parameters of type UriComponentsBuilder.ParserTypeModifier and TypeMethodDescriptionstatic UriComponentsBuilderUriComponentsBuilder.fromUriString(String uri, UriComponentsBuilder.ParserType parserType) Create a builder that is initialized by parsing the given URI string.voidDefaultUriBuilderFactory.setParserType(UriComponentsBuilder.ParserType parserType) Set theUriComponentsBuilder.ParserTypeto use.