Package org.trellisldp.cdi
Class CDIConstraintServices
- java.lang.Object
-
- org.trellisldp.cdi.CDIConstraintServices
-
- All Implemented Interfaces:
Iterable<ConstraintService>
,ConstraintServices
@ApplicationScoped public class CDIConstraintServices extends Object implements ConstraintServices
A CDI-based implementation of theConstraintServices
interface, suitable for any CDI or MicroProfile-based application.
-
-
Constructor Summary
Constructors Constructor Description CDIConstraintServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<ConstraintService>
iterator()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<ConstraintService> iterator()
- Specified by:
iterator
in interfaceIterable<ConstraintService>
-
-