public class ByteBuddyProxyConditionFactory<T> extends Object implements ProxyConditionFactory<T>
| Constructor and Description |
|---|
ByteBuddyProxyConditionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
createProxyCondition(T __,
org.hamcrest.Matcher<? super T> matcher,
ConditionSettings settings) |
public Condition<T> createProxyCondition(T __, org.hamcrest.Matcher<? super T> matcher, ConditionSettings settings)
createProxyCondition in interface ProxyConditionFactory<T>Copyright © 2010–2018. All rights reserved.