Class SimpleContext
- java.lang.Object
-
- io.annot8.implementations.support.context.SimpleContext
-
-
Constructor Summary
Constructors Constructor Description SimpleContext(Resource... resources)SimpleContext(Collection<Resource> resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Resource>getResources()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.annot8.api.context.Context
getResource, getResources
-
-
-
-
Constructor Detail
-
SimpleContext
public SimpleContext(Resource... resources)
-
SimpleContext
public SimpleContext(Collection<Resource> resources)
-
-
Method Detail
-
getResources
public Stream<Resource> getResources()
- Specified by:
getResourcesin interfaceContext
-
-