Package io.smallrye.config
Class Priorities
java.lang.Object
io.smallrye.config.Priorities
A collection of built-in priority constants for
ConfigSourceInterceptor that are supposed to be
ordered based on their jakarta.annotation.Priority class-level annotation.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRange for interceptors defined by User Applications.static final intRange for interceptors defined by SmallRye Config or Extension Libraries.static final intRange for early interceptors defined by Platform specifications. -
Method Summary
-
Field Details
-
PLATFORM
public static final int PLATFORMRange for early interceptors defined by Platform specifications.- See Also:
-
LIBRARY
public static final int LIBRARYRange for interceptors defined by SmallRye Config or Extension Libraries.- See Also:
-
APPLICATION
public static final int APPLICATIONRange for interceptors defined by User Applications.- See Also:
-