Uses of Enum Class
io.quarkus.undertow.deployment.FilterBuildItem.FilterMappingInfo.MappingType
-
Uses of FilterBuildItem.FilterMappingInfo.MappingType in io.quarkus.undertow.deployment
Methods in io.quarkus.undertow.deployment that return FilterBuildItem.FilterMappingInfo.MappingTypeModifier and TypeMethodDescriptionFilterBuildItem.FilterMappingInfo.getMappingType()Returns the enum constant of this class with the specified name.FilterBuildItem.FilterMappingInfo.MappingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.undertow.deployment with parameters of type FilterBuildItem.FilterMappingInfo.MappingTypeModifier and TypeMethodDescriptionvoidFilterBuildItem.FilterMappingInfo.setMappingType(FilterBuildItem.FilterMappingInfo.MappingType mappingType) Constructors in io.quarkus.undertow.deployment with parameters of type FilterBuildItem.FilterMappingInfo.MappingTypeModifierConstructorDescriptionFilterMappingInfo(FilterBuildItem.FilterMappingInfo.MappingType mappingType, String mapping, jakarta.servlet.DispatcherType dispatcher)