Interface MirrorProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates a new
Mirror
dynamically via Java SPI (Service Provider Interface).-
Method Summary
-
Method Details
-
newMirror
Returns a newMirror
if thisMirrorProvider
can create aMirror
using the specifiedMirrorContext
. Otherwise,null
will be returned.
-