| Modifier and Type | Method and Description |
|---|---|
PrototypeProperty |
Prototype.getActiveProperty() |
PrototypeProperty |
Prototype.getParentProperty() |
PrototypeProperty |
PrototypePropertyMatcher.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PrototypeFactory.createPrototype(Class<T> type,
PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
PrototypeFactory.createPrototype(PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
void |
Prototype.setActiveProperty(PrototypeProperty activeProperty) |
| Constructor and Description |
|---|
Prototype(PrototypeProperty parentProperty,
Class<T> rawType,
Map<String,Class<?>> typeParameters,
PrototypeInterceptor proxier) |
PrototypeProperty(PrototypeProperty parent,
Method method,
net.sf.cglib.proxy.MethodProxy proxy,
Object[] args,
Map<String,Class<?>> typeParameters) |
PrototypePropertyMatcher(PrototypeProperty property,
PropertyExpectation expectation) |
| Constructor and Description |
|---|
PrototypeArrayExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Constructor and Description |
|---|
PrototypeCollectionExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Constructor and Description |
|---|
PrototypeComparableExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Constructor and Description |
|---|
PrototypeDateExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Constructor and Description |
|---|
PrototypeObjectExpectation(Prototype<?> prototype,
PrototypeProperty property) |
| Constructor and Description |
|---|
PrototypeStringExpectation(Prototype<?> prototype,
PrototypeProperty property) |
Copyright © 2015. All rights reserved.