@Hk2XmlPreGenerate @Customizer(value=SimpleBeanCustomizer.class) public interface SimpleBean
Modifier and Type | Method and Description |
---|---|
void |
addListener(boolean[] z,
byte[] b,
char[] c,
short[] s,
int[] i,
long[] j,
String[] l) |
int |
customizer12(boolean z,
int i,
long j,
float f,
double d,
byte b,
short s,
char c,
int... var) |
void |
customizer13(BeanListenerInterface iFace)
This customized method references an interface that is not a child
|
int |
customizer14(WorkerClass clazz)
This customized method references a hard class that is not a child
|
int |
getBagelPreference() |
String |
getName() |
void |
setBagelPreference(int bagelType) |
void |
setName(String name) |
String getName()
void setName(String name)
int getBagelPreference()
void setBagelPreference(int bagelType)
int customizer12(boolean z, int i, long j, float f, double d, byte b, short s, char c, int... var)
@Customize void addListener(boolean[] z, byte[] b, char[] c, short[] s, int[] i, long[] j, String[] l)
void customizer13(BeanListenerInterface iFace)
iFace
- An interface that is not a childint customizer14(WorkerClass clazz)
clazz
- An class that is not a childCopyright © 2009–2023 Oracle Corporation. All rights reserved.