public static enum Matcher.MatchType extends Enum<Matcher.MatchType>
| 枚举常量和说明 |
|---|
ACCEPT |
CONTENT_TYPE |
METHOD |
PATH |
public static final Matcher.MatchType PATH
public static final Matcher.MatchType METHOD
public static final Matcher.MatchType ACCEPT
public static final Matcher.MatchType CONTENT_TYPE
public static Matcher.MatchType[] values()
for (Matcher.MatchType c : Matcher.MatchType.values()) System.out.println(c);
public static Matcher.MatchType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.