Uses of Enum Class
io.sapl.springdatacommon.services.ConstraintHandlerType
Packages that use ConstraintHandlerType
-
Uses of ConstraintHandlerType in io.sapl.springdatacommon.services
Methods in io.sapl.springdatacommon.services that return ConstraintHandlerTypeModifier and TypeMethodDescriptionRecordConstraintData.type()Returns the value of thetyperecord component.static ConstraintHandlerTypeReturns the enum constant of this class with the specified name.static ConstraintHandlerType[]ConstraintHandlerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.sapl.springdatacommon.services with parameters of type ConstraintHandlerTypeModifierConstructorDescriptionRecordConstraintData(ConstraintHandlerType type, com.fasterxml.jackson.databind.JsonNode obligation) Creates an instance of aRecordConstraintDatarecord class.