public class PropertiesEntityConverter extends AbstractStringEntityConverter<PropertiesStringSerializer>
serializer| 构造器和说明 |
|---|
PropertiesEntityConverter(PropertiesStringSerializer serializer) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canRead(Context ctx,
java.lang.String mime)
是否能读
|
protected java.lang.Object |
changeBody(Context ctx,
MethodWrap mWrap)
转换 body
|
protected java.lang.Object |
changeValue(Context ctx,
ParamWrap p,
int pi,
java.lang.Class<?> pt,
LazyReference bodyRef)
转换 value
|
java.lang.String[] |
mappings()
后缀或名字映射
|
allowRead, allowWrite, canWrite, doWrite, getSerializer, isWriteType, write, writeAndReturnreadchangeEntityDo, changeValueDo, doRead, doReadArgumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisInstance, namepublic PropertiesEntityConverter(PropertiesStringSerializer serializer)
public java.lang.String[] mappings()
public boolean canRead(Context ctx, java.lang.String mime)
EntityConvertercanRead 在接口中 EntityConvertercanRead 在类中 AbstractStringEntityConverter<PropertiesStringSerializer>protected java.lang.Object changeBody(Context ctx, MethodWrap mWrap) throws java.lang.Exception
changeBody 在类中 AbstractEntityReaderctx - 请求上下文mWrap - 函数包装器java.lang.Exceptionprotected java.lang.Object changeValue(Context ctx, ParamWrap p, int pi, java.lang.Class<?> pt, LazyReference bodyRef) throws java.lang.Throwable
changeValue 在类中 AbstractEntityReaderctx - 请求上下文p - 参数包装器pi - 参数序位pt - 参数类型bodyRef - 主体对象java.lang.Throwable