| Modifier and Type | Method and Description | 
|---|---|
| static Parameter | Parameters. in(Class<?> type)Create a  NULL INparameter using type inference and the giventypehint. | 
| static Parameter | Parameters. in(Object value)Create a  INparameter using the givenvalue. | 
| static Parameter | Parameters. in(Type type)Create a  NULL INparameter using the givenType. | 
| static Parameter | Parameters. in(Type type,
  Object value) | 
| static Parameter | Parameters. inOut(Class<?> type)Create a  NULL IN/OUTparameter using type inference and the giventypehint. | 
| static Parameter | Parameters. inOut(Object value)Create a  IN/OUTparameter using the givenvalue. | 
| static Parameter | Parameters. inOut(Type type)Create a  NULL IN/OUTparameter using the givenType. | 
| static Parameter | Parameters. inOut(Type type,
     Object value) | 
| static Parameter | Parameters. out(Class<?> type)Create a  OUTparameter using type inference and the giventypehint. | 
| static Parameter | Parameters. out(Type type)Create a  OUTparameter using the givenType. | 
Copyright © 2021. All rights reserved.