Constant Field Values

Contents

io.micronaut.*

  • io.micronaut.http.annotation.Filter 
    Modifier and Type Constant Field Value
    public static final java.lang.String MATCH_ALL_PATTERN "/**"
  • io.micronaut.http.annotation.UriMapping 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_URI "/"
  • io.micronaut.http.codec.CodecConfiguration 
    Modifier and Type Constant Field Value
    public static final java.lang.String PREFIX "micronaut.codec"
  • io.micronaut.http.context.ServerRequestContext 
    Modifier and Type Constant Field Value
    public static final java.lang.String KEY "micronaut.http.server.request"
  • io.micronaut.http.hateoas.Resource 
    Modifier and Type Constant Field Value
    public static final java.lang.String EMBEDDED "_embedded"
    public static final java.lang.String LINKS "_links"
  • io.micronaut.http.sse.Event<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String DATA "data"
    public static final java.lang.String EVENT "event"
    public static final java.lang.String ID "id"
    public static final java.lang.String RETRY "retry"