public abstract class RuntimeRebindRule extends Object
Constructor and Description |
---|
RuntimeRebindRule() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
createInstance()
Returns a newly created instance of the requested type or some replacement.
|
abstract boolean |
matches(Class<?> requestTypeClass)
Returns whether the requested type along with the current browser environment satisfies
the condition embedded in this rule.
|
public abstract Object createInstance()
public abstract boolean matches(Class<?> requestTypeClass)
Copyright © 2018. All rights reserved.