Enum RoutePathType

java.lang.Object
java.lang.Enum<RoutePathType>
com.linecorp.armeria.server.RoutePathType
All Implemented Interfaces:
Serializable, Comparable<RoutePathType>, java.lang.constant.Constable

public enum RoutePathType
extends Enum<RoutePathType>
The type of the path which was specified when a Route is created.
See Also:
RouteBuilder.path(String)