java.lang.Object
io.quarkus.spring.security.deployment.roles.StaticHasRoleValueProducer
-
Constructor Summary
Constructors
-
Method Summary
io.quarkus.gizmo.ResultHandle
apply(io.quarkus.gizmo.BytecodeCreator creator)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StaticHasRoleValueProducer
public StaticHasRoleValueProducer(String value)
-
Method Details
-
apply
public io.quarkus.gizmo.ResultHandle apply(io.quarkus.gizmo.BytecodeCreator creator)
- Specified by:
apply in interface Function<io.quarkus.gizmo.BytecodeCreator,io.quarkus.gizmo.ResultHandle>