public class ResponseBeanPropertyMeta extends Object
Response
.Modifier and Type | Method and Description |
---|---|
Method |
getGetter()
Returns the name of the Java method getter that defines this property.
|
HttpPartParser |
getParser(HttpPartParser _default)
Returns the parser to use for parsing the bean property value.
|
String |
getPartName()
Returns the HTTP part name for this property (the query parameter name for example).
|
HttpPartType |
getPartType()
Returns the HTTP part type for this property (query parameter for example).
|
HttpPartSchema |
getSchema()
Returns the schema information gathered from annotations on the method and return type.
|
HttpPartSerializer |
getSerializer(HttpPartSerializer _default)
Returns the serializer to use for serializing the bean property value.
|
public String getPartName()
public Method getGetter()
public HttpPartType getPartType()
public HttpPartSerializer getSerializer(HttpPartSerializer _default)
_default
- The default serializer to use if not defined on the annotation.public HttpPartParser getParser(HttpPartParser _default)
_default
- The default parser to use if not defined on the annotation.public HttpPartSchema getSchema()
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.