Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameters.in(Class<?> type)
Create a
NULL IN parameter using type inference and the given type hint. |
static Parameter |
Parameters.in(Object value)
Create a
IN parameter using the given value . |
static Parameter |
Parameters.in(Type type)
Create a
NULL IN parameter using the given Type . |
static Parameter |
Parameters.in(Type type,
Object value)
|
static Parameter |
Parameters.inOut(Class<?> type)
Create a
NULL IN/OUT parameter using type inference and the given type hint. |
static Parameter |
Parameters.inOut(Object value)
Create a
IN/OUT parameter using the given value . |
static Parameter |
Parameters.inOut(Type type)
Create a
NULL IN/OUT parameter using the given Type . |
static Parameter |
Parameters.inOut(Type type,
Object value)
|
static Parameter |
Parameters.out(Class<?> type)
Create a
OUT parameter using type inference and the given type hint. |
static Parameter |
Parameters.out(Type type)
Create a
OUT parameter using the given Type . |
Copyright © 2022. All rights reserved.