public final class WebServiceParam extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebServiceParam.ImplicitParam |
static class |
WebServiceParam.WebServiceParamType
Parameter's source types.
|
| Modifier and Type | Method and Description |
|---|---|
static WebServiceParamBuilder |
builder(Type paramType)
Static method factory for WebServiceDefinitionBuilder
|
List<Class<? extends DtObjectValidator>> |
getDtObjectValidatorClasses() |
Set<String> |
getExcludedFields() |
String |
getFullName() |
Type |
getGenericType() |
Set<String> |
getIncludedFields() |
String |
getName() |
WebServiceParam.WebServiceParamType |
getParamType() |
Class<?> |
getType() |
boolean |
isConsumeServerSideToken() |
boolean |
isNeedServerSideToken() |
boolean |
isOptional() |
String |
toString() |
public static WebServiceParamBuilder builder(Type paramType)
paramType - param typepublic WebServiceParam.WebServiceParamType getParamType()
public String getFullName()
public String getName()
public Class<?> getType()
public Type getGenericType()
public boolean isOptional()
public boolean isNeedServerSideToken()
public boolean isConsumeServerSideToken()
public List<Class<? extends DtObjectValidator>> getDtObjectValidatorClasses()
Copyright © 2019. All rights reserved.