Class NotUseableLargeInterface
- java.lang.Object
-
- org.jvnet.hk2.metadata.tests.stub.impl.NotUseableLargeInterface
-
- All Implemented Interfaces:
LargeInterface
@Service public class NotUseableLargeInterface extends Object implements LargeInterface
- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description NotUseableLargeInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
methodBoolean(boolean param)
boolean[]
methodBooleanArray(boolean[] param)
byte
methodByte(byte param)
byte[][][][]
methodByteArray(byte[] param)
char
methodChar(char param)
char[]
methodCharArray(char[][] param)
List<String>
methodDeclared(Map<Object,String> param, String param1, Random param2)
List<String>[]
methodDeclaredArray(Map<Object,String>[] param, String[] param1, Random... param2)
double
methodDouble(double param)
double[][]
methodDoubleArray(double[][][] param)
float
methodFloat(float param)
float[]
methodFloatArray(float[][] param)
int
methodInt(int param)
long
methodInt(long param)
int[][]
methodIntArray(int[] param)
long[]
methodIntArray(long[][][][][] param)
short
methodShort(short param)
short[]
methodShortArray(short[] param)
void
methodVoids()
boolean
notOverridden(boolean param)
This method will not be overridden
-
-
-
Method Detail
-
notOverridden
public boolean notOverridden(boolean param)
Description copied from interface:LargeInterface
This method will not be overridden- Specified by:
notOverridden
in interfaceLargeInterface
- Returns:
-
methodVoids
public void methodVoids()
- Specified by:
methodVoids
in interfaceLargeInterface
-
methodBoolean
public boolean methodBoolean(boolean param)
- Specified by:
methodBoolean
in interfaceLargeInterface
-
methodByte
public byte methodByte(byte param)
- Specified by:
methodByte
in interfaceLargeInterface
-
methodChar
public char methodChar(char param)
- Specified by:
methodChar
in interfaceLargeInterface
-
methodDouble
public double methodDouble(double param)
- Specified by:
methodDouble
in interfaceLargeInterface
-
methodFloat
public float methodFloat(float param)
- Specified by:
methodFloat
in interfaceLargeInterface
-
methodInt
public int methodInt(int param)
- Specified by:
methodInt
in interfaceLargeInterface
-
methodInt
public long methodInt(long param)
- Specified by:
methodInt
in interfaceLargeInterface
-
methodShort
public short methodShort(short param)
- Specified by:
methodShort
in interfaceLargeInterface
-
methodDeclared
public List<String> methodDeclared(Map<Object,String> param, String param1, Random param2)
- Specified by:
methodDeclared
in interfaceLargeInterface
-
methodBooleanArray
public boolean[] methodBooleanArray(boolean[] param)
- Specified by:
methodBooleanArray
in interfaceLargeInterface
-
methodByteArray
public byte[][][][] methodByteArray(byte[] param)
- Specified by:
methodByteArray
in interfaceLargeInterface
-
methodCharArray
public char[] methodCharArray(char[][] param)
- Specified by:
methodCharArray
in interfaceLargeInterface
-
methodDoubleArray
public double[][] methodDoubleArray(double[][][] param)
- Specified by:
methodDoubleArray
in interfaceLargeInterface
-
methodFloatArray
public float[] methodFloatArray(float[][] param)
- Specified by:
methodFloatArray
in interfaceLargeInterface
-
methodIntArray
public int[][] methodIntArray(int[] param)
- Specified by:
methodIntArray
in interfaceLargeInterface
-
methodIntArray
public long[] methodIntArray(long[][][][][] param)
- Specified by:
methodIntArray
in interfaceLargeInterface
-
methodShortArray
public short[] methodShortArray(short[] param)
- Specified by:
methodShortArray
in interfaceLargeInterface
-
methodDeclaredArray
public List<String>[] methodDeclaredArray(Map<Object,String>[] param, String[] param1, Random... param2)
- Specified by:
methodDeclaredArray
in interfaceLargeInterface
-
-