public final class EndPointParam extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EndPointParam.ImplicitParam |
static class |
EndPointParam.RestParamType
Parameter's source types.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends DtObjectValidator>> |
getDtObjectValidatorClasses() |
Set<String> |
getExcludedFields() |
String |
getFullName() |
Type |
getGenericType() |
Set<String> |
getIncludedFields() |
String |
getName() |
EndPointParam.RestParamType |
getParamType() |
Class<?> |
getType() |
boolean |
isConsumeServerSideToken() |
boolean |
isNeedServerSideToken() |
String |
toString() |
public EndPointParam.RestParamType getParamType()
public String getFullName()
public String getName()
public Class<?> getType()
public Type getGenericType()
public boolean isNeedServerSideToken()
public boolean isConsumeServerSideToken()
public List<Class<? extends DtObjectValidator>> getDtObjectValidatorClasses()
Copyright © 2014. All Rights Reserved.