Uses of Enum Class
com.loomcache.common.config.LoomProfile
Packages that use LoomProfile
-
Uses of LoomProfile in com.loomcache.common.config
Subclasses with type arguments of type LoomProfile in com.loomcache.common.configModifier and TypeClassDescriptionenumBLK-2026-04-22-008: deployment profile flag controlling whether v2.0 GA enforces production-only safety constraints or runs in permissive development/test mode.Methods in com.loomcache.common.config that return LoomProfileModifier and TypeMethodDescriptionstatic LoomProfileLoomProfile.current()Returns the active profile for this JVM.static LoomProfileLoomProfile.fromSystemProperty()Resolve the active profile from the current JVM properties without using the cached holder.static LoomProfileReturns the enum constant of this class with the specified name.static LoomProfile[]LoomProfile.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LoomProfile in com.loomcache.springboot.security
Methods in com.loomcache.springboot.security with parameters of type LoomProfileModifier and TypeMethodDescriptionbooleanPublicEndpointProperties.isActuatorInfoPublic(LoomProfile profile) booleanPublicEndpointProperties.isOpenApiDocsPublic(LoomProfile profile)