|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessPath | |
|---|---|
| com.advancedpwr.record | |
| com.advancedpwr.record.inspect | |
| com.advancedpwr.record.methods | |
| com.advancedpwr.record.mock | |
| Uses of AccessPath in com.advancedpwr.record |
|---|
| Methods in com.advancedpwr.record with parameters of type AccessPath | |
|---|---|
protected BuildMethodWriter |
BeanRecorder.createMethodBuilder(AccessPath result)
|
protected String |
MockBeanMethodBuilder.methodName(AccessPath result)
|
| Uses of AccessPath in com.advancedpwr.record.inspect |
|---|
| Subclasses of AccessPath in com.advancedpwr.record.inspect | |
|---|---|
class |
AccessorMethodPath
An AccessPath representing object access through Java Bean convention setter / getter accessor methods. |
class |
MapPutPath
|
class |
MultiPath
|
| Methods in com.advancedpwr.record.inspect that return AccessPath | |
|---|---|
protected AccessPath |
BeanInspector.createAccessorMethodPath(Method inGetter,
Object result)
|
| Methods in com.advancedpwr.record.inspect with parameters of type AccessPath | |
|---|---|
protected void |
Inspector.addAccessPath(AccessPath inPath)
|
| Uses of AccessPath in com.advancedpwr.record.methods |
|---|
| Fields in com.advancedpwr.record.methods declared as AccessPath | |
|---|---|
protected AccessPath |
BuildMethodWriter.fieldAccessPath
|
| Methods in com.advancedpwr.record.methods that return AccessPath | |
|---|---|
AccessPath |
BuildMethodWriter.getAccessPath()
|
| Uses of AccessPath in com.advancedpwr.record.mock |
|---|
| Subclasses of AccessPath in com.advancedpwr.record.mock | |
|---|---|
class |
ArgumentPath
|
class |
MethodCallPath
|
| Fields in com.advancedpwr.record.mock with type parameters of type AccessPath | |
|---|---|
protected List<AccessPath> |
MethodCallPath.fieldArguments
|
| Methods in com.advancedpwr.record.mock that return types with arguments of type AccessPath | |
|---|---|
List<AccessPath> |
MethodCallPath.getArguments()
|
| Methods in com.advancedpwr.record.mock with parameters of type AccessPath | |
|---|---|
protected String |
MockMethodBuilder.buildArguments(AccessPath result)
|
protected boolean |
MockMethodBuilderFactory.contains(AccessPath result)
|
BuildMethodWriter |
MockMethodBuilderFactory.createMethodBuilder(AccessPath inPath)
|
protected BuildMethodWriter |
MockMethodBuilderFactory.get(AccessPath inAccessPath)
|
protected boolean |
MockMethodBuilder.isException(AccessPath result)
|
protected boolean |
MockMethodBuilder.isVoidReturnType(AccessPath result)
|
protected String |
MockMethodBuilder.methodName(AccessPath result)
|
| Method parameters in com.advancedpwr.record.mock with type arguments of type AccessPath | |
|---|---|
void |
MethodCallPath.setArguments(List<AccessPath> arguments)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||