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 newMirrorif thisMirrorProvidercan create aMirrorusing the specifiedMirrorContext. Otherwise,nullwill be returned.
-