Uses of Enum Class
com.predic8.membrane.core.interceptor.rewrite.RewriteInterceptor.Type
Packages that use RewriteInterceptor.Type
-
Uses of RewriteInterceptor.Type in com.predic8.membrane.core.interceptor.rewrite
Methods in com.predic8.membrane.core.interceptor.rewrite that return RewriteInterceptor.TypeModifier and TypeMethodDescriptionRewriteInterceptor.Mapping.getDo()static RewriteInterceptor.TypeReturns the enum constant of this class with the specified name.static RewriteInterceptor.Type[]RewriteInterceptor.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.interceptor.rewrite with parameters of type RewriteInterceptor.TypeModifier and TypeMethodDescriptionvoidRewriteInterceptor.Mapping.setDo(RewriteInterceptor.Type do_)