@Singleton public class MyCustomizer extends Object
Constructor and Description |
---|
MyCustomizer() |
Modifier and Type | Method and Description |
---|---|
CustomizedReturn[] |
aCustomizedThingWithParameter(CustomizedParameter hello) |
void |
aCustomizedThingWithParameters(double aScalar,
CustomizedParameter[] anArray,
CustomizedReturn anInterface) |
boolean |
getACustomizedThingWithParameterCalled() |
boolean |
getACustomizedThingWithParametersCalled() |
CustomizedReturn[] |
getCustomizedReturner() |
boolean |
getGetCustomizedReturnerCalled() |
public CustomizedReturn[] getCustomizedReturner()
public CustomizedReturn[] aCustomizedThingWithParameter(CustomizedParameter hello)
public void aCustomizedThingWithParameters(double aScalar, CustomizedParameter[] anArray, CustomizedReturn anInterface)
public boolean getGetCustomizedReturnerCalled()
public boolean getACustomizedThingWithParameterCalled()
public boolean getACustomizedThingWithParametersCalled()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.