|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.ParameterConfiguration
public class ParameterConfiguration
Represents the configuration of a URI query parameter value to allow type conversion and better validation of the configuration of URIs and Endpoints
| Constructor Summary | |
|---|---|
ParameterConfiguration(String name,
Class<?> parameterType)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the parameter value |
Class<?> |
getParameterType()
Returns the type of the parameter value |
static ParameterConfiguration |
newInstance(String name,
Field field,
org.apache.camel.spi.UriParam uriParam)
Factory method to create a new ParameterConfiguration from a field |
String |
toJson()
Returns the JSON format of this parameter configuration |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterConfiguration(String name,
Class<?> parameterType)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getName()
public Class<?> getParameterType()
public static ParameterConfiguration newInstance(String name,
Field field,
org.apache.camel.spi.UriParam uriParam)
public String toJson()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||