Package io.smallrye.config
Class Priorities
- java.lang.Object
-
- io.smallrye.config.Priorities
-
public final class Priorities extends Object
A collection of built-in priority constants forConfigSourceInterceptorthat are supposed to be ordered based on theirjakarta.annotation.Priorityclass-level annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPLICATIONRange for interceptors defined by User Applications.static intLIBRARYRange for interceptors defined by SmallRye Config or Extension Libraries.static intPLATFORMRange for early interceptors defined by Platform specifications.
-
-
-
Field Detail
-
PLATFORM
public static final int PLATFORM
Range for early interceptors defined by Platform specifications.- See Also:
- Constant Field Values
-
LIBRARY
public static final int LIBRARY
Range for interceptors defined by SmallRye Config or Extension Libraries.- See Also:
- Constant Field Values
-
APPLICATION
public static final int APPLICATION
Range for interceptors defined by User Applications.- See Also:
- Constant Field Values
-
-